Skip to content

Instantly share code, notes, and snippets.

@alloy
Forked from steipete/gist:1501754
Created December 11, 2012 09:32
Show Gist options
  • Save alloy/4257313 to your computer and use it in GitHub Desktop.
Save alloy/4257313 to your computer and use it in GitHub Desktop.
Use Xcode to automatically set git hash
git=`sh /etc/profile; which git`
version=`$git describe --tags --always`
count=`$git rev-list --all | wc -l`
touch InfoPlist.h
echo -e "#define GIT_VERSION $version\n#define GIT_COMMIT_COUNT $count" > InfoPlist.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment