mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Declare app as exempt from export encryption rules
The app's only encryption is HTTPS/TLS (accessed via iOS) plus trivial local XOR obfuscation, so set ITSAppUsesNonExemptEncryption to false. This is the correct export-compliance classification and stops App Store Connect from prompting on every upload. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
a685d9abfa
commit
5a2872e602
@@ -52,5 +52,7 @@
|
||||
</dict>
|
||||
<key>UIStatusBarHidden</key>
|
||||
<false/>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user