Skip to content

Commit

Permalink
Max/ccdwa 124 minor issues in concordium legacy wallet for ios (#402)
Browse files Browse the repository at this point in the history
## Purpose

Fix typo, pre release preparations
  • Loading branch information
ramakser authored Jul 25, 2024
1 parent 640e538 commit 406a6ed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
8 changes: 4 additions & 4 deletions ConcordiumWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6592,7 +6592,7 @@
CODE_SIGN_ENTITLEMENTS = "ConcordiumWallet/Resources/Entitlements/Concordium ID.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 66;
CURRENT_PROJECT_VERSION = 67;
DEVELOPMENT_TEAM = K762RM4LQ3;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = "ConcordiumWallet/Resources/ConcordiumWalletTestNet-Info.plist";
Expand Down Expand Up @@ -6627,7 +6627,7 @@
CODE_SIGN_ENTITLEMENTS = "ConcordiumWallet/Resources/Entitlements/Concordium ID.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 66;
CURRENT_PROJECT_VERSION = 67;
DEVELOPMENT_TEAM = K762RM4LQ3;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = "ConcordiumWallet/Resources/ConcordiumWalletTestNet-Info.plist";
Expand Down Expand Up @@ -6661,7 +6661,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = ConcordiumWallet/Resources/Entitlements/ProdMainNet.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 66;
CURRENT_PROJECT_VERSION = 67;
DEVELOPMENT_TEAM = K762RM4LQ3;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = "ConcordiumWallet/Resources/ConcordiumWalletMainNet-Info.plist";
Expand Down Expand Up @@ -6694,7 +6694,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = ConcordiumWallet/Resources/Entitlements/ProdMainNet.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 66;
CURRENT_PROJECT_VERSION = 67;
DEVELOPMENT_TEAM = K762RM4LQ3;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = "ConcordiumWallet/Resources/ConcordiumWalletMainNet-Info.plist";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -893,17 +893,17 @@ Remember to restart your node with the validator keys.";
"force.update.warning.backup" = "Make backup";

"force.update.warning.title" = "New wallet app available";
"force.update.warning.message" = "Going forward the Concordium Legacy Wallet will not receive any new features. Therefore, we recommend that you install the new Concordium Wallet for Mobile to use all the latest Concordium features. You can still access your existing accounts and identities in the Concordium Legacy Wallet, but you cannot create new ones. Be sure to keep a backup of your private keys.";
"force.update.warning.message" = "Going forward the Concordium Legacy Wallet will not receive any new features. Therefore, we recommend that you install the new CryptoX Concordium Wallet for Mobile to use all the latest Concordium features. You can still access your existing accounts and identities in the Concordium Legacy Wallet, but you cannot create new ones. Be sure to keep a backup of your private keys.";
"force.update.warning.update.now" = "Download the new wallet app";
"force.update.warning.remind.me" = "Remind me next time I open the wallet";

"identityCreation.prevent.title" = "New identities no longer supported";
"identityCreation.prevent.message" = "Creation of new identities are no longer supported in the Concordium Legacy Wallet.\n\nIf you need a new identity you must down the new Concordium Wallet for Mobile.";
"identityCreation.prevent.message" = "Creation of new identities are no longer supported in the Concordium Legacy Wallet.\n\nIf you need a new identity you must download the new CryptoX Concordium Wallet for Mobile.";
"identityCreation.prevent.button.download" = "Download the new wallet";
"identityCreation.prevent.button.okay" = "Okay";

"accountCreation.prevent.title" = "New accounts no longer supported";
"accountCreation.prevent.message" = "Creation of new accounts is no longer supported in the Concordium Legacy Wallet.\n\nIf you need a new account you must down the new Concordium Wallet for Mobile.";
"accountCreation.prevent.message" = "Creation of new accounts is no longer supported in the Concordium Legacy Wallet.\n\nIf you need a new account you must download the new CryptoX Concordium Wallet for Mobile.";
"accountCreation.prevent.button.download" = "Download the new wallet";
"accountCreation.prevent.button.okay" = "Okay";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@
<key>Concordium Support Mail</key>
<string>[email protected]</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<key>ITSEncryptionExportComplianceCode</key>
<string>5de0b41c-b734-42cb-9365-c67fa85653b6</string>
<false/>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSApplicationQueriesSchemes</key>
Expand Down

0 comments on commit 406a6ed

Please sign in to comment.