From ab3de295fad219cfa2d0bc56680d319ce8a45d0b Mon Sep 17 00:00:00 2001 From: Nigel Breslaw Date: Fri, 19 Jul 2024 20:56:50 +0200 Subject: [PATCH] chore: Prep 1.1.1 beta project files (#2084) --- .github/workflows/deploy-android.yml | 2 +- native/ReleaseNotes/whatsnew-en | 11 ++--------- native/android/WhatsNew/whatsnew-en-US | 5 ++--- native/ios/GuardianGhost.xcodeproj/project.pbxproj | 8 ++++---- native/ios/GuardianGhost/Info.plist | 4 ++-- native/ios/TestFlight/WhatToTest.en-US.txt | 11 ++--------- 6 files changed, 13 insertions(+), 28 deletions(-) diff --git a/.github/workflows/deploy-android.yml b/.github/workflows/deploy-android.yml index 40989c82b..c9c5915ff 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.1.0" + versionName: "1.1.1" - name: Setup Gradle uses: gradle/actions/setup-gradle@v3.5.0 diff --git a/native/ReleaseNotes/whatsnew-en b/native/ReleaseNotes/whatsnew-en index 1a737d136..5ea95fe57 100644 --- a/native/ReleaseNotes/whatsnew-en +++ b/native/ReleaseNotes/whatsnew-en @@ -1,10 +1,3 @@ -1.1.0 +1.1.1 -The 'transfer' buttons remember if you had them showing or not. -If you don't like this there is now a setting where you can force them to show/hide permanently. -New options menu with settings for sorting and armor sort. -Vault weapons and armor now have a separator icon when sorted by type. -The app will now remember which character and tab you were on when you restart the app. -Option to equip some items such as subclass was missing. -Ghosts would not update instantly when transferred. -Fixed a few crashes.. \ No newline at end of file +New beta release. \ No newline at end of file diff --git a/native/android/WhatsNew/whatsnew-en-US b/native/android/WhatsNew/whatsnew-en-US index ee73c5445..5ea95fe57 100644 --- a/native/android/WhatsNew/whatsnew-en-US +++ b/native/android/WhatsNew/whatsnew-en-US @@ -1,4 +1,3 @@ -1.1.0 +1.1.1 -The 'transfer' buttons remember if you had them showing or not. -If you don't like this there is now a setting where you can force them to show/hide permanently.. \ No newline at end of file +New beta release. \ No newline at end of file diff --git a/native/ios/GuardianGhost.xcodeproj/project.pbxproj b/native/ios/GuardianGhost.xcodeproj/project.pbxproj index a28653015..84a4727a4 100644 --- a/native/ios/GuardianGhost.xcodeproj/project.pbxproj +++ b/native/ios/GuardianGhost.xcodeproj/project.pbxproj @@ -361,7 +361,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = GuardianGhost/GuardianGhost.entitlements; - CURRENT_PROJECT_VERSION = 215; + CURRENT_PROJECT_VERSION = 216; DEVELOPMENT_TEAM = X2Z8M625Y9; ENABLE_BITCODE = NO; GCC_PREPROCESSOR_DEFINITIONS = ( @@ -374,7 +374,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1.0; + MARKETING_VERSION = 1.1.1; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -398,7 +398,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = GuardianGhost/GuardianGhost.entitlements; - CURRENT_PROJECT_VERSION = 215; + CURRENT_PROJECT_VERSION = 216; DEVELOPMENT_TEAM = X2Z8M625Y9; INFOPLIST_FILE = GuardianGhost/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 13.4; @@ -406,7 +406,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1.0; + MARKETING_VERSION = 1.1.1; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", diff --git a/native/ios/GuardianGhost/Info.plist b/native/ios/GuardianGhost/Info.plist index 2f4d68ea1..986b7b7c8 100644 --- a/native/ios/GuardianGhost/Info.plist +++ b/native/ios/GuardianGhost/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.1.0 + 1.1.1 CFBundleSignature ???? CFBundleURLTypes @@ -39,7 +39,7 @@ CFBundleVersion - 215 + 216 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/native/ios/TestFlight/WhatToTest.en-US.txt b/native/ios/TestFlight/WhatToTest.en-US.txt index 1a737d136..5ea95fe57 100644 --- a/native/ios/TestFlight/WhatToTest.en-US.txt +++ b/native/ios/TestFlight/WhatToTest.en-US.txt @@ -1,10 +1,3 @@ -1.1.0 +1.1.1 -The 'transfer' buttons remember if you had them showing or not. -If you don't like this there is now a setting where you can force them to show/hide permanently. -New options menu with settings for sorting and armor sort. -Vault weapons and armor now have a separator icon when sorted by type. -The app will now remember which character and tab you were on when you restart the app. -Option to equip some items such as subclass was missing. -Ghosts would not update instantly when transferred. -Fixed a few crashes.. \ No newline at end of file +New beta release. \ No newline at end of file