Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

xcode

ios

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

like image 312
Ahmed Said Avatar asked Mar 02 '12 05:03

Ahmed Said


People also ask

What is $( Executable_name?

Specifies the name of the binary the target produces.

Where is build settings in Xcode?

Choose the project in the Project Navigator on the left. Select the Configurations target from the Targets section and click the Build Settings tab at the top. The Build Settings tab shows the build settings for the Configurations target. It's possible to expand this list with build settings that you define.

What is Built_products_dir?

BUILT_PRODUCTS_DIR. Description: Directory path. Identifies the directory under which all the product's files can be found. This directory contains either product files or symbolic links to them.


1 Answers

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

like image 164
brigadir Avatar answered Sep 19 '22 23:09

brigadir