Skip to content

Commit

Permalink
chore: Bump app version to 1.1 (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrevik authored Oct 28, 2020
1 parent 48964f3 commit 9d35ec4
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 11 deletions.
Binary file modified .env
Binary file not shown.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BUGSNAG_API_KEY=
BUGSNAG_RELEASE_STAGE=
API_BASE_URL=
APP_VERSION=1.0
APP_VERSION=1.1
IOS_BUNDLE_IDENTIFIER=
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
versionName "1.1"
multiDexEnabled true
}
splits {
Expand Down
2 changes: 1 addition & 1 deletion appcenter-post-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ "$AGENT_JOBSTATUS" == "Succeeded" ]; then
echo "Uploading iOS source maps"
curl --http1.1 https://upload.bugsnag.com/react-native-source-map \
-F apiKey=$BUGSNAG_API_KEY \
-F appVersion=1.0 \
-F appVersion=1.1 \
-F appBundleVersion=$APPCENTER_BUILD_ID \
-F dev=false \
-F platform=ios \
Expand Down
8 changes: 4 additions & 4 deletions appcenter-pre-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ if [[ "$APP_ENVIRONMENT" = "staging" || "$APP_ENVIRONMENT" = "prodstaging" ]]; t
brew switch pango 1.42.4_1

if [ "$APP_ENVIRONMENT" = "staging" ]; then
badge --shield "1.0-QA-orange" --no_badge --glob "/android/app/src/staging/res/*/*.{png,PNG}"
badge --shield "1.0-QA-orange" --no_badge --glob "/ios/atb/Images.xcassets/AppIcon.appiconset/*.{png,PNG}"
badge --shield "1.1-QA-orange" --no_badge --glob "/android/app/src/staging/res/*/*.{png,PNG}"
badge --shield "1.1-QA-orange" --no_badge --glob "/ios/atb/Images.xcassets/AppIcon.appiconset/*.{png,PNG}"
fi
if [ "$APP_ENVIRONMENT" = "prodstaging" ]; then
badge --shield "1.0-Prod-blue" --no_badge --glob "/android/app/src/staging/res/*/*.{png,PNG}"
badge --shield "1.0-Prod-blue" --no_badge --glob "/ios/atb/Images.xcassets/AppIcon.appiconset/*.{png,PNG}"
badge --shield "1.1-Prod-blue" --no_badge --glob "/android/app/src/staging/res/*/*.{png,PNG}"
badge --shield "1.1-Prod-blue" --no_badge --glob "/ios/atb/Images.xcassets/AppIcon.appiconset/*.{png,PNG}"
fi
fi

Expand Down
Binary file modified env/prodstaging/.env
Binary file not shown.
Binary file modified env/staging/.env
Binary file not shown.
Binary file modified env/store/.env
Binary file not shown.
2 changes: 1 addition & 1 deletion ios/atb-tvOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/atb-tvOSTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 4 additions & 0 deletions ios/atb.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,7 @@
);
INFOPLIST_FILE = atb/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -759,6 +760,7 @@
DEVELOPMENT_TEAM = CSV447Q97L;
INFOPLIST_FILE = atb/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -787,6 +789,7 @@
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = "atb-tvOS/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -815,6 +818,7 @@
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = "atb-tvOS/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
2 changes: 1 addition & 1 deletion ios/atb/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/atbTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 9d35ec4

Please sign in to comment.