How can we have different Info.plist
files for different environments such as Dev, Test, Staging, and Prod?
I have some settings and a sep
Try this helper class:
https://github.com/premosystems/MyEnvironmentConfig
Add Environment $(CONFIGURATION) to info.plist.
Add Environments.plist configuration file, populate with you favorite variable goodness.
Add a convenience category on the MYEnvironmentConfig class exposing strongly typed configuration values.
Initialize MyEnvironmentConfig in appDidFinishLaunching.