Skip to content

Commit

Permalink
Add Non-Exempt Encryption version bumped (#401)
Browse files Browse the repository at this point in the history
Add Encryption Usage data. Update version
  • Loading branch information
ramakser authored Jul 2, 2024
1 parent 6c66dfd commit f57dcfe
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 11 deletions.
12 changes: 6 additions & 6 deletions ConcordiumWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6722,7 +6722,7 @@
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/Dependencies",
);
MARKETING_VERSION = 3.2.2;
MARKETING_VERSION = 3.2.3;
OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -DTESTNET";
PRODUCT_BUNDLE_IDENTIFIER = software.concordium.mobilewallet.testnet;
PRODUCT_NAME = "Concordium Legacy";
Expand Down Expand Up @@ -6757,7 +6757,7 @@
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/Dependencies",
);
MARKETING_VERSION = 3.2.2;
MARKETING_VERSION = 3.2.3;
OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -DTESTNET";
PRODUCT_BUNDLE_IDENTIFIER = software.concordium.mobilewallet.testnet;
PRODUCT_NAME = "Concordium Legacy";
Expand Down Expand Up @@ -6791,7 +6791,7 @@
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/Dependencies",
);
MARKETING_VERSION = 3.2.2;
MARKETING_VERSION = 3.2.3;
OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -DMAINNET";
PRODUCT_BUNDLE_IDENTIFIER = software.concordium.mobilewallet.mainnet;
PRODUCT_NAME = "Concordium Legacy";
Expand Down Expand Up @@ -6824,7 +6824,7 @@
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/Dependencies",
);
MARKETING_VERSION = 3.2.2;
MARKETING_VERSION = 3.2.3;
OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -DMAINNET";
PRODUCT_BUNDLE_IDENTIFIER = software.concordium.mobilewallet.mainnet;
PRODUCT_NAME = "Concordium Legacy";
Expand Down Expand Up @@ -6976,7 +6976,7 @@
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/Dependencies",
);
MARKETING_VERSION = 3.2.2;
MARKETING_VERSION = 3.2.3;
OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -DSTAGINGNET";
PRODUCT_BUNDLE_IDENTIFIER = software.concordium.mobilewallet.stagenet;
PRODUCT_NAME = "Concordium Legacy";
Expand Down Expand Up @@ -7011,7 +7011,7 @@
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/Dependencies",
);
MARKETING_VERSION = 3.2.2;
MARKETING_VERSION = 3.2.3;
OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -DSTAGINGNET";
PRODUCT_BUNDLE_IDENTIFIER = software.concordium.mobilewallet.stagenet;
PRODUCT_NAME = "Concordium Legacy";
Expand Down
4 changes: 4 additions & 0 deletions ConcordiumWallet/Resources/ConcordiumWallet-mock-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>Concordium Support Mail</key>
<string>[email protected]</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<key>ITSEncryptionExportComplianceCode</key>
<string>5de0b41c-b734-42cb-9365-c67fa85653b6</string>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSApplicationQueriesSchemes</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Concordium&#x2007;Legacy</string>
<string>ConcordiumLegacy</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
Expand Down Expand Up @@ -59,6 +59,10 @@
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>Concordium Support Mail</key>
<string>[email protected]</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<key>ITSEncryptionExportComplianceCode</key>
<string>5de0b41c-b734-42cb-9365-c67fa85653b6</string>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSApplicationQueriesSchemes</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDisplayName</key>
<string>Concordium&#x2007;Legacy</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Concordium Legacy</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
Expand Down Expand Up @@ -59,6 +59,10 @@
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>Concordium Support Mail</key>
<string>[email protected]</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<key>ITSEncryptionExportComplianceCode</key>
<string>5de0b41c-b734-42cb-9365-c67fa85653b6</string>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSApplicationQueriesSchemes</key>
Expand Down
8 changes: 6 additions & 2 deletions ConcordiumWallet/Resources/ConcordiumWalletTestNet-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDisplayName</key>
<string>Concordium&#x2007;Legacy</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Concordium Legacy</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
Expand Down Expand Up @@ -59,6 +59,10 @@
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>Concordium Support Mail</key>
<string>[email protected]</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<key>ITSEncryptionExportComplianceCode</key>
<string>5de0b41c-b734-42cb-9365-c67fa85653b6</string>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSApplicationQueriesSchemes</key>
Expand Down

0 comments on commit f57dcfe

Please sign in to comment.