Skip to content

Instantly share code, notes, and snippets.

@asukharev
Created April 8, 2012 20:47
Show Gist options
  • Save asukharev/2339805 to your computer and use it in GitHub Desktop.
Save asukharev/2339805 to your computer and use it in GitHub Desktop.
Xcode auto-versioning script
if [ "$CONFIGURATION" != "Release" ]; then
SHA=`git rev-parse --short HEAD`
/usr/libexec/PlistBuddy -c "Set :CFBundleVersion $SHA" "${TARGET_BUILD_DIR}"/${INFOPLIST_PATH}
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment