Skip to content

Instantly share code, notes, and snippets.

@3lvis
Created October 30, 2014 09:53
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 3lvis/94755f7a478e919f0221 to your computer and use it in GitHub Desktop.
Save 3lvis/94755f7a478e919f0221 to your computer and use it in GitHub Desktop.
Update build number
branch=$(git rev-parse --abbrev-ref HEAD)
buildNumber=$(expr $(git rev-list $branch --count) - $(git rev-list HEAD..$branch --count))
/usr/libexec/PlistBuddy -c "Set :CFBundleVersion $buildNumber" "${PROJECT_DIR}/${INFOPLIST_FILE}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment