Generates a compile-time, NSString only, app configuration from a YAML-file
More details can be found here
Homebrew
brew install alexdenisov/xcconf/xcconf
Manually
Just clone project and run make install
. It will build the project and put executable into /usr/local/bin
git clone [email protected]:AlexDenisov/xcconf.git
cd xcconf
make && make install
Install xcconf
, open and run Sample/Sample.xcodeproj
Take a look at this article for more details: http://alexdenisov.github.io/blog/yaml-based-configuration-for-objc-projects
Distributed under MIT license, see LICENSE file for details