Skip to content

Instantly share code, notes, and snippets.

@pichfl
Created October 10, 2012 09:37
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/3864378 to your computer and use it in GitHub Desktop.
Save pichfl/3864378 to your computer and use it in GitHub Desktop.
!#/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