xcodeproj 0.2.1

xcodeproj reader and parser.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# XcodeProj

XcodeProj parser and data representation

## Features

- [x] parse `*.xcodeproj` through [pest]
- [x] parse [pest] ast to `PBXRootObject`, as an meaningful abstraction.
- [ ] write `ProjectData` back to `*.xcodeproj` filetype.


[pest]: https://github.com/pest-parser/pest