per build configuration files on iPhone ?
Posted
by Matt
on Stack Overflow
See other posts from Stack Overflow
or by Matt
Published on 2010-06-16T19:01:22Z
Indexed on
2010/06/16
19:02 UTC
Read the original article
Hit count: 420
I'm looking for the best way to store per-Build configuration information for an iPhone app. In my iPhone app there are several url's and storage location settings that are specific to a particular build (DEBUG RELEASE etc)
Currently i have three recipients for my app, QA/Test, myself and the customer, each has specific settings for the url's and storage locations mentioned above.
whats the best way to do this?
NOTE: they don't necessarily have to be defined in the build but what im looking for is advice on the best way to store alternate configuration settings.
ALSO NOTE: i do not want these settings to be editable through the settings app
thanks
© Stack Overflow or respective owner