Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save danieltorrecillas/4427405c1d68973457081c0c2cf99866 to your computer and use it in GitHub Desktop.
Save danieltorrecillas/4427405c1d68973457081c0c2cf99866 to your computer and use it in GitHub Desktop.
Clear CFBundleVersion (build) number
/usr/libexec/PlistBuddy -c "Set :CFBundleVersion git_count" "${PRODUCT_SETTINGS_PATH}"
echo "Cleared build number in ${PRODUCT_SETTINGS_PATH}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment