xcodeproj 0.2.7

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

XcodeProj reader and writer.

Currently optimized for reading. please see docs for usage.

## Milestones

- [x] parse `*.xcodeproj` through [pest]
- [x] parse [pest] ast to `PBXRootObject`, as an meaningful abstraction.
- [ ] add helper methods to manipulate and read pbxproj objects.
- [ ] write to `*.xcodeproj` filetype.
- [ ] preserve comments and reduce git conflicts.
- [ ] support reading XCWorkspace and XCScheme


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