Skip to content

Commit

Permalink
chore(builds): web and mobile (#2083)
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw authored Jul 19, 2024
1 parent 6b627f5 commit e11e571
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion native/ReleaseNotes/whatsnew-en
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ 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.
Fixed a few crashes..
2 changes: 1 addition & 1 deletion native/android/WhatsNew/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.1.0

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.
If you don't like this there is now a setting where you can force them to show/hide permanently..
4 changes: 2 additions & 2 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 = 214;
CURRENT_PROJECT_VERSION = 215;
DEVELOPMENT_TEAM = X2Z8M625Y9;
ENABLE_BITCODE = NO;
GCC_PREPROCESSOR_DEFINITIONS = (
Expand Down Expand Up @@ -398,7 +398,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = GuardianGhost/GuardianGhost.entitlements;
CURRENT_PROJECT_VERSION = 214;
CURRENT_PROJECT_VERSION = 215;
DEVELOPMENT_TEAM = X2Z8M625Y9;
INFOPLIST_FILE = GuardianGhost/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
Expand Down
2 changes: 1 addition & 1 deletion native/ios/GuardianGhost/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>214</string>
<string>215</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion native/ios/TestFlight/WhatToTest.en-US.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ 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.
Fixed a few crashes..

0 comments on commit e11e571

Please sign in to comment.