Xcode 4: How to change ${EXECUTABLE_NAME} variable's value?

I want to find where is ${EXECUTABLE_NAME} global variable defined in xcode 4.2


Solution 1:

[Your target] -> [Build settings] -> [Product name]

Solution 2:

Adding to above accurate answer

Edit: Targets -> [Your Target Name] -> Build Settings -> Packaging -> Product Name

You can write specific String for Product Name or just copy $(TARGET_NAME) to make same name with '[Your Target Name]'

So your Product Name will be: 'Your Target Name.app'

Solution 3:

It's possible to set EXECUTABLE_NAME as user-defined setting.