pbxproj
=======

parse & stringify xcode pbxproj format.


## install

```bash
npm install pbxproj
```

## pbxproj.stringify(obj)

Export javascript Object to xcode pbxproj string

## pbxproj.parse(str)

Parse xcode pbxproj string and return javascript Object


