I want my XCode Objective-C project to be able to detect which configuration it is being built with. How can I achieve this?
Thanks in advance.
|
2
|
I want my XCode Objective-C project to be able to detect which configuration it is being built with. How can I achieve this? Thanks in advance.
|
||
|
|
|
|
You can have per-configuration macro definitions. Open up your project settings, select your configuration from the Configuration drop-down menu, and go to Preprocessor Macros. For Debug, I recommend defining the macro You can also put |
||