Skip to content

Instantly share code, notes, and snippets.

@zackify
Created January 14, 2020 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zackify/7f3349a8d496fab3032f1e4ada4f014c to your computer and use it in GitHub Desktop.
Save zackify/7f3349a8d496fab3032f1e4ada4f014c to your computer and use it in GitHub Desktop.
# set the version from an env variable in ios
/usr/libexec/Plistbuddy -c "Set CFBundleShortVersionString $BUILD_NUMBER" "ios/cnnrnv2/Info.plist"
#in android, app/build.gradle
# versionName = System.env.BUILD_NUMBER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment