Skip to content

Instantly share code, notes, and snippets.

@S1U
Last active August 31, 2015 12:42
Show Gist options
  • Save S1U/eeb209e1ce9d024e11bd to your computer and use it in GitHub Desktop.
Save S1U/eeb209e1ce9d024e11bd to your computer and use it in GitHub Desktop.
Auto incremental build number
#Xcode 自动版本号
/usr/libexec/PlistBuddy -c "Set :CFBundleVersion `git rev-list HEAD | wc -l | awk '{print $1}'`" "$INFOPLIST_FILE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment