Skip to content

Commit

Permalink
chore: Prep 1.1.1 beta project files (#2084)
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw authored Jul 19, 2024
1 parent e11e571 commit ab3de29
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down
11 changes: 2 additions & 9 deletions native/ReleaseNotes/whatsnew-en
Original file line number Diff line number Diff line change
@@ -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..
New beta release.
5 changes: 2 additions & 3 deletions native/android/WhatsNew/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -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..
New beta release.
8 changes: 4 additions & 4 deletions native/ios/GuardianGhost.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand All @@ -374,7 +374,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.1.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -398,15 +398,15 @@
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;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.1.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
4 changes: 2 additions & 2 deletions native/ios/GuardianGhost/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -39,7 +39,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>215</string>
<string>216</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
11 changes: 2 additions & 9 deletions native/ios/TestFlight/WhatToTest.en-US.txt
Original file line number Diff line number Diff line change
@@ -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..
New beta release.

0 comments on commit ab3de29

Please sign in to comment.