Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexdenisov/xcconf

YAML-based configuration for ObjC projects
https://github.com/alexdenisov/xcconf

config-management

Last synced: 2 days ago
JSON representation

YAML-based configuration for ObjC projects

Awesome Lists containing this project

README

        

### xcconf

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

More details can be found [here](http://lowlevelbits.org/yaml-based-configuration-for-objc-projects/)

#### Installation

**Homebrew**

```bash
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`

```bash
git clone [email protected]: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