Add encryption export compliance to Info.plist

Set ITSAppUsesNonExemptEncryption to false for TestFlight submission
This commit is contained in:
jack
2025-07-25 15:04:12 +02:00
parent 9f842edc30
commit 2cfbb1679d
+2
View File
@@ -4,6 +4,8 @@
<dict> <dict>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string> <string>$(DEVELOPMENT_LANGUAGE)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>CFBundleDisplayName</key> <key>CFBundleDisplayName</key>
<string>bitchat</string> <string>bitchat</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>