[#4823] AppStoreConnect: Mark our iOS app as encryption-compliant.
To avoid specifying that we are compliant manually for every build, we put these values into build setting of the iOS app. More information on how to do that is here: https://stackoverflow.com/a/36028077 Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
This commit is contained in:
parent
e8c43e2a2c
commit
daf30f2bc6
|
@ -113,5 +113,9 @@
|
|||
</array>
|
||||
<key>UIViewControllerBasedStatusBarAppearance</key>
|
||||
<false/>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<true/>
|
||||
<key>ITSEncryptionExportComplianceCode</key>
|
||||
<string>1aa92c4d-6194-4d7d-b70a-16b48256b87e</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Loading…
Reference in New Issue