Skip to content

Instantly share code, notes, and snippets.

@brennanMKE
Created September 20, 2014 01:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brennanMKE/b84750925fbd18efeffe to your computer and use it in GitHub Desktop.
Save brennanMKE/b84750925fbd18efeffe to your computer and use it in GitHub Desktop.
Automatically updating the build number in Xcode
appBuild=`date "+%Y.%m.%d.%H%M%S"`
/usr/libexec/PlistBuddy -c "Set :CFBundleVersion $appBuild" "${TARGET_BUILD_DIR}/${INFOPLIST_PATH}"
echo "Updated ${TARGET_BUILD_DIR}/${INFOPLIST_PATH}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment