From 8eceb53a5cdb70bbd5f72984ca3d336c23dbda1d Mon Sep 17 00:00:00 2001 From: Nigel Breslaw Date: Fri, 5 Jul 2024 01:49:36 +0300 Subject: [PATCH] chore: Update project files for v1.1.0 (#1955) --- .github/workflows/deploy-android.yml | 2 +- native/android/WhatsNew/whatsnew-en-US | 4 +--- native/ios/GuardianGhost.xcodeproj/project.pbxproj | 14 ++++---------- native/ios/GuardianGhost/Info.plist | 2 +- native/ios/TestFlight/WhatToTest.en-US.txt | 5 +---- 5 files changed, 8 insertions(+), 19 deletions(-) diff --git a/.github/workflows/deploy-android.yml b/.github/workflows/deploy-android.yml index d5955a09a..50699ae3a 100644 --- a/.github/workflows/deploy-android.yml +++ b/.github/workflows/deploy-android.yml @@ -47,7 +47,7 @@ jobs: with: gradlePath: native/android/app/build.gradle versionCode: ${{github.run_number}} - versionName: "1.0.1" + versionName: "1.1.0" - name: Setup Gradle uses: gradle/actions/setup-gradle@v3.4.2 diff --git a/native/android/WhatsNew/whatsnew-en-US b/native/android/WhatsNew/whatsnew-en-US index 83dfd0c64..fb0f98968 100644 --- a/native/android/WhatsNew/whatsnew-en-US +++ b/native/android/WhatsNew/whatsnew-en-US @@ -1,3 +1 @@ -Support login when accounts have multiple memberships. -By default minimize the transfer bottom sheet. -Light mode fix.. \ No newline at end of file +New beta... \ No newline at end of file diff --git a/native/ios/GuardianGhost.xcodeproj/project.pbxproj b/native/ios/GuardianGhost.xcodeproj/project.pbxproj index 9e4be452c..641e3d912 100644 --- a/native/ios/GuardianGhost.xcodeproj/project.pbxproj +++ b/native/ios/GuardianGhost.xcodeproj/project.pbxproj @@ -378,7 +378,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.1; + MARKETING_VERSION = 1.1.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -414,7 +414,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.1; + MARKETING_VERSION = 1.1.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -487,10 +487,7 @@ LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\""; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; - OTHER_LDFLAGS = ( - "$(inherited)", - " ", - ); + OTHER_LDFLAGS = "$(inherited) "; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; USE_HERMES = true; @@ -544,10 +541,7 @@ ); LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\""; MTL_ENABLE_DEBUG_INFO = NO; - OTHER_LDFLAGS = ( - "$(inherited)", - " ", - ); + OTHER_LDFLAGS = "$(inherited) "; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; USE_HERMES = true; diff --git a/native/ios/GuardianGhost/Info.plist b/native/ios/GuardianGhost/Info.plist index 5802f1322..73f1bc127 100644 --- a/native/ios/GuardianGhost/Info.plist +++ b/native/ios/GuardianGhost/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.0.1 + 1.1.0 CFBundleSignature ???? CFBundleURLTypes diff --git a/native/ios/TestFlight/WhatToTest.en-US.txt b/native/ios/TestFlight/WhatToTest.en-US.txt index 9ded7928f..fb0f98968 100644 --- a/native/ios/TestFlight/WhatToTest.en-US.txt +++ b/native/ios/TestFlight/WhatToTest.en-US.txt @@ -1,4 +1 @@ -Support login when accounts have multiple memberships. -By default minimize the transfer bottom sheet. -Light mode fix. -Turn off text accessibility scaling on iOS. \ No newline at end of file +New beta... \ No newline at end of file