xcode-git-versioner
This is an Xcode auto-versioning script, written in Ruby which updates your
Info.plist's CFBundleVersion to the latest git revision number.
See the wiki for more information.
Usage
- Right-click the target you want to add the versioning phase to (usually the target that builds your app)
- Select: Add -> New Build Phase -> New Run Script Build Phase
- Specify
/usr/bin/env macrubyas the Shell for the script - Paste the script body into the Script text area
- Ensure that the build phase is at the end of the target's list of build phases
Credits
The script is based on an original Perl script by Marcus S. Zarra and Matt Long, subsequently adapted to Ruby by Jason Sallis.
Finally, it was converted to MacRuby and cleaned up by elliottcable, using tips and snippets from many sources.