Skip to content

Instantly share code, notes, and snippets.

@rbaulin
Created May 3, 2015 19:44
Show Gist options
  • Save rbaulin/121af2f82e49142dda1d to your computer and use it in GitHub Desktop.
Save rbaulin/121af2f82e49142dda1d to your computer and use it in GitHub Desktop.
if [ "${CONFIGURATION}" = "Ad Hoc" ] || [ "${CONFIGURATION}" = "App Store" ]; then
buildNumber=$(/usr/libexec/PlistBuddy -c "Print CFBundleVersion" "${INFOPLIST_FILE}")
buildNumber=$((buildNumber + 1))
/usr/libexec/PlistBuddy -c "Set :CFBundleVersion $buildNumber" "${INFOPLIST_FILE}"
./Pods/Fabric/Fabric.framework/run key key
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment