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:
rzuasti
2026-06-07 12:36:05 -04:00
co-authored by Claude Opus 4.8
parent a685d9abfa
commit 5a2872e602
+2
View File
@@ -52,5 +52,7 @@
</dict>
<key>UIStatusBarHidden</key>
<false/>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
</plist>