Skip to content

Instantly share code, notes, and snippets.

@Shinolr
Created April 26, 2021 08:31
Show Gist options
  • Save Shinolr/a19bd351c0a5fe9c4b6b3181772d6945 to your computer and use it in GitHub Desktop.
Save Shinolr/a19bd351c0a5fe9c4b6b3181772d6945 to your computer and use it in GitHub Desktop.
#!/bin/bash
version="$MARKETING_VERSION"
build="$CURRENT_PROJECT_VERSION"
/usr/libexec/PlistBuddy -c "Set PreferenceSpecifiers:7:DefaultValue $version" "${SRCROOT}/Settings.bundle/Root.plist"
/usr/libexec/PlistBuddy -c "Set PreferenceSpecifiers:8:DefaultValue $build" "${SRCROOT}/Settings.bundle/Root.plist"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment