I want to find where is ${EXECUTABLE_NAME} global variable defined in xcode 4.2
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
[Your target] -> [Build settings] -> [Product name]
回答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'
回答3:
It's possible to set EXECUTABLE_NAME
as user-defined setting.