Skip to content

Instantly share code, notes, and snippets.

@imhafeez
Last active October 10, 2019 05:15
Show Gist options
  • Save imhafeez/d6160776d32c2373fe0d7051a0b5374c to your computer and use it in GitHub Desktop.
Save imhafeez/d6160776d32c2373fe0d7051a0b5374c to your computer and use it in GitHub Desktop.
xCode Server CI Triggers
#!/bin/sh
buildNumber=$(/usr/libexec/PlistBuddy -c "Print CFBundleVersion" "${PROJECT_DIR}/${INFOPLIST_FILE}")
buildNumber=$XCS_INTEGRATION_NUMBER
/usr/libexec/PlistBuddy -c "Set :CFBundleVersion $buildNumber" "${PROJECT_DIR}/${INFOPLIST_FILE}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment