Skip to content

Instantly share code, notes, and snippets.

@s1u
Last active August 31, 2015 12:42
Show Gist options
  • Select an option

  • Save s1u/eeb209e1ce9d024e11bd to your computer and use it in GitHub Desktop.

Select an option

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