TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Jun 2015 |
SPMSupports SPM | ✗ |
Maintained by William Kent.
This is a library I wrote that parses Xcode .pbxproj
project files. While it doesn’t write the files out exactly the way Xcode itself does (i.e. there are some indentation differences), it should come pretty close.
XcodeKit is a port (to Swift and Objective-C) of Ray Yamamoto Hilton’s wonderful xcoder
Ruby gem. Some portions are also borrowed from the CocoaPods Xcodeproj gem. Many thanks!