Skip to content

AlexDenisov/xcconf

Repository files navigation

xcconf

Generates a compile-time, NSString only, app configuration from a YAML-file

More details can be found here

Installation

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 git@github.com:AlexDenisov/xcconf.git
cd xcconf
make && make install

Try it out

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

License

Distributed under MIT license, see LICENSE file for details

Contacts

https://github.com/AlexDenisov

https://twitter.com/1101_debian