Accessing PRODUCT_NAME from within Obj-C code Hello,
I have a project with Obj-C files with multiple targets, and I want to be able to use #ifdef statements to control some of the code that gets compiled into each target. Is there any way to access the PRODUCT_NAME build variable from within my code, for example?
-Ed |