A minimum
executable to make Xcode resave a xcodeproj.
When we use XcodeEditor to modify a xcodeproj, the project is serialized in XML format property list, which generates a big git diff.
In this case we can manually modify the Xcode project in Xcode.app then manually undo the modification to make Xcode re-save the project file, then most of the diff will disappear.
This project is just to do that for you, forcing Xcode to re-save the project.
$ make
$ ./xc-resave /path/to/project.xcodeproj
This project is inspired by xcproj.
xc-resave
is released under the MIT license. See LICENSE for details.