Skip to content

Commit 9a7029b

Browse files
committed
Update Readme
1 parent aca8695 commit 9a7029b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
<img src="https://cloud.githubusercontent.com/assets/75655/10141830/f92646ca-660e-11e5-8e1e-40c90482ead0.png" width="175" alt="Xcode.swift">
22
<hr>
33

4-
Reading the the Xcode pbxproj file format, from Swift!
4+
Reading _and writing_ the the Xcode pbxproj file format, from Swift!
5+
6+
The main goal of this project is to generate `project.pbxproj` files in the legacy OpenStep format used by Xcode. Using this, a project file can be modified without changing it to XML format and causing a huge git diff.
57

68
Currently, this project is mostly used to support [R.swift](https://github.com/mac-cain13/R.swift).
79

810

911
Releases
1012
--------
1113

12-
- **0.1.0** - 2015-09-28 - Initial public release
14+
- 0.2.1 - 2015-12-30 - Add missing PBXProxyReference class
1315
- **0.2.0** - 2015-10-29 - Adds serialization support
16+
- **0.1.0** - 2015-09-28 - Initial public release
1417

1518

1619
Licence & Credits

0 commit comments

Comments
 (0)