Skip to content

Instantly share code, notes, and snippets.

@Tulakshana
Created September 12, 2016 09:29
Show Gist options
  • Save Tulakshana/8d79d3bf28f7a78ecd624e6c6bb0fc93 to your computer and use it in GitHub Desktop.
Save Tulakshana/8d79d3bf28f7a78ecd624e6c6bb0fc93 to your computer and use it in GitHub Desktop.
Xcode server run script to be run before integration to set the integration number as the build number.
//Prior to running the script below change build settings as mentioned in https://developer.apple.com/library/ios/qa/qa1827/_index.html
cd "${XCS_SOURCE_DIR}/Writer"
xcrun agvtool new-version -all "${XCS_INTEGRATION_NUMBER}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment