From 5a2872e602a7859cde09558756cca0c87835912a Mon Sep 17 00:00:00 2001 From: rzuasti Date: Sun, 7 Jun 2026 12:36:05 -0400 Subject: [PATCH] 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 --- frontend/ios/Runner/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/ios/Runner/Info.plist b/frontend/ios/Runner/Info.plist index b110363..046c752 100644 --- a/frontend/ios/Runner/Info.plist +++ b/frontend/ios/Runner/Info.plist @@ -52,5 +52,7 @@ UIStatusBarHidden + ITSAppUsesNonExemptEncryption +