Skip to content

Instantly share code, notes, and snippets.

@pichfl
Created October 10, 2012 09:37
Show Gist options
  • Select an option

  • Save pichfl/3864378 to your computer and use it in GitHub Desktop.

Select an option

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