Zach Olivare - 2015 Apr 15
What is the preferred way to store static data when building an iOS application?
Info.plist, in order to obtain information about an app and how it is configured.Info.plist, developers can create property lists of their own for situations precisely like this one. "OS X and iOS ignore any custom keys you include in an Info.plist file. If you want to include app-specific configuration information in your Info.plist file, you may do so freely as long as your key names do not conflict with the ones Apple uses."