Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/indirect/xcode-git-build-scripts

making git and xcode together less painful since 2008
https://github.com/indirect/xcode-git-build-scripts

Last synced: 26 days ago
JSON representation

making git and xcode together less painful since 2008

Awesome Lists containing this project

README

        

Scripts to help you use git on Xcode projects.

`autocommit-build.sh` will commit to the branch `builds` every time Xcode executes a build.

`git-version.sh` will set the version number in Info.plist based on the most recent git tag. It will include the number of commits since then, and the short version of the sha1 hash of the exact commit that was built.