Skip to content

Commit

Permalink
Add encryption export compliance code (#403)
Browse files Browse the repository at this point in the history
## Purpose

To release an app we need to specify `App Encryption Export Compliance
Code` in app .plist

## Changes

Add export code for all targets
  • Loading branch information
ramakser authored Aug 1, 2024
1 parent 511c3dc commit 9b1c096
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ConcordiumWallet/Resources/ConcordiumWalletMainNet-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
<string>idiss@concordium.software</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<key>ITSEncryptionExportComplianceCode</key>
<string>84d45e84-393e-4e06-b0f4-eb9b3026bf66</string>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSApplicationQueriesSchemes</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
<string>idiss@concordium.software</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<key>ITSEncryptionExportComplianceCode</key>
<string>6a4b12a4-5886-4e16-a74e-aed598cc486e</string>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSApplicationQueriesSchemes</key>
Expand Down
2 changes: 2 additions & 0 deletions ConcordiumWallet/Resources/ConcordiumWalletTestNet-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
<string>idiss@concordium.software</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<key>ITSEncryptionExportComplianceCode</key>
<string>b542dc01-e05d-4057-9f23-660c240d57e2</string>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSApplicationQueriesSchemes</key>
Expand Down

0 comments on commit 9b1c096

Please sign in to comment.