Skip to content

Instantly share code, notes, and snippets.

@icyleaf
Forked from agassiyzh/git-version.sh
Created March 13, 2013 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icyleaf/5151809 to your computer and use it in GitHub Desktop.
Save icyleaf/5151809 to your computer and use it in GitHub Desktop.
git_version=`git rev-parse --short HEAD`
app_version=`git describe --tags`
/usr/libexec/PlistBuddy -c "Set :CFBundleVersion $app_version" $PRODUCT_SETTINGS_PATH
/usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString $git_version" $PRODUCT_SETTINGS_PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment