[#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:
Igor Mandrigin 2018-08-09 14:32:55 +02:00
parent e8c43e2a2c
commit daf30f2bc6
No known key found for this signature in database
GPG Key ID: 4A0EDDE26E66BC8B
1 changed files with 4 additions and 0 deletions

View File

@ -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>