tomlokhorst / pbxproj-serialize

Tool to reserialize xcodeproj in Xcode native format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pbxproj-serialize

Tool to reserialize xcodeproj in Xcode native format. No more giant git diffs!

This is useful for when xcodeproj pbxproj file was modified by some other tool and has been rewritten to XML.

This tool is build using XcodeEdit.

Usage

  1. See a giant diff in git, due to some other tool
  2. Run: pbxproj-serialize MyApp.xcodeproj
  3. Gone is the giant diff!

Installation

Building from source

  1. Clone the repository
  2. Build from source: swift build --configuration=release

Mint

$ mint install tomlokhorst/pbxproj-serialize

Licence & Credits

pbxproj-serialize is written by Tom Lokhorst and available under the MIT license, so feel free to use it in commercial and non-commercial projects.

About

Tool to reserialize xcodeproj in Xcode native format

License:MIT License


Languages

Language:Swift 100.0%