James Whitfield

1pod

NEIApplicationConfig

NEIApplicationConfig allows developers to have configurations defined in a config file per environment & bundle identifier, which makes deployment and testing multiple versions easier. While usage of application properties via .plist is useful, NEIApplicationConfig allows you can easily target Simulator, Device and Production environments respectively, in addition to overrides specific to a bundle identifier, e.g. Production, Beta, Adhoc, etc. With NEIApplicationConfig, you will specify a default configuration as a baseline, and overrides that are pertinent to their respective circumstances.

License: MIT

  • Objective C