Hi everyone,
If i added a user-defined setting in my build configuration, how can i read that setting in my objective-C files. I have two files in my project debug.plist and release.plist. I want my MainApp.m file to read one of these files based on which build configuration is running. I set up a user-defined setting named "filename" in both Debug and Release configuration point to the appropriate file. But i dont know how my MainApp.m file and read the filename variable from the current running configuration. Thank you.