chore(apple): declare non-exempt encryption use

Add ITSAppUsesNonExemptEncryption=YES to Info.plist so the export-compliance
question is answered once (the app uses standard end-to-end encryption via
iroh). Avoids being re-prompted on every TestFlight/App Store upload.
This commit is contained in:
2026-07-25 16:06:44 +02:00
parent 516c4ace84
commit a8a168ffde

View File

@@ -20,6 +20,8 @@
<string>$(DEVELOPMENT_LANGUAGE)</string> <string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key> <key>CFBundleDisplayName</key>
<string>VniDrop</string> <string>VniDrop</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<!-- macOS: a single instance only; re-launching activates the running app <!-- macOS: a single instance only; re-launching activates the running app
instead of spawning another copy. --> instead of spawning another copy. -->
<key>LSMultipleInstancesProhibited</key> <key>LSMultipleInstancesProhibited</key>