Skip to content

Instantly share code, notes, and snippets.

@pichfl
Created December 6, 2012 10:58
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 pichfl/4223659 to your computer and use it in GitHub Desktop.
Save pichfl/4223659 to your computer and use it in GitHub Desktop.
Update build number - use #!/bin/bash
buildPlist=${INFOPLIST_FILE}
buildNumber=$(/usr/libexec/PlistBuddy -c "Print CFBundleVersion" $buildPlist)
buildNumber=$(($buildNumber + 1))
/usr/libexec/PlistBuddy -c "Set :CFBundleVersion $buildNumber" $buildPlist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment