Created
January 14, 2020 20:47
-
-
Save zackify/7f3349a8d496fab3032f1e4ada4f014c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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