Skip to content

Instantly share code, notes, and snippets.

@Fogh
Last active August 29, 2015 14:06
Show Gist options
  • Save Fogh/0e1325d7e7593234c005 to your computer and use it in GitHub Desktop.
Save Fogh/0e1325d7e7593234c005 to your computer and use it in GitHub Desktop.
Set version in Settings.bundle
cd "$PROJECT_DIR"
cd "$BUILT_PRODUCTS_DIR/$WRAPPER_NAME"
RELEASE_VERSION=$(/usr/libexec/PlistBuddy -c "Print CFBundleShortVersionString" Info.plist)
/usr/libexec/PlistBuddy -c "Set :PreferenceSpecifiers:0:DefaultValue $RELEASE_VERSION" Settings.bundle/Root.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment