Declare iOS encryption in the Info.plist file

This commit is contained in:
Michael Zanetti 2021-03-02 23:36:53 +01:00
parent 1544fb0d3d
commit 6a47f2f7a2

View File

@ -56,5 +56,7 @@
<string>AppIcon60x60@2x.png</string>
<string>AppIcon83.5x83.5@2x.png</string>
</array>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
</plist>