You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
5
7
6
8
Currently, this project is mostly used to support [R.swift](https://github.com/mac-cain13/R.swift).
7
9
8
10
9
11
Releases
10
12
--------
11
13
12
-
-**0.1.0** - 2015-09-28 - Initial public release
14
+
-0.2.1 - 2015-12-30 - Add missing PBXProxyReference class
13
15
-**0.2.0** - 2015-10-29 - Adds serialization support
0 commit comments