The title says it all really!
I'd like to reference my own variables in my info.plist & build settings files.
Is this possible? Any ideas?
Cheers! Nick.
The title says it all really!
I'd like to reference my own variables in my info.plist & build settings files.
Is this possible? Any ideas?
Cheers! Nick.
I can see any problems with doing this.
Should be as simple as adding an entry to the info plist, and then retrieving it using
[[[NSBundle mainBundle] infoDictionary] objectForKey:myPlistKeyName];