chore: ITSAppUsesNonExemptEncryption=false in Info.plist + project.yml

Überspringt die App-Verschlüsselungs-Abfrage in App Store Connect
bei jedem TestFlight-Upload. Entspricht der "Keinen der oben
genannten Algorithmen"-Wahl, weil die App nur HTTPS nutzt und
damit unter US-Export-Recht exempt ist.

In project.yml mitgepflegt, damit xcodegen den Key nicht beim
nächsten Regen wegblässt.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-05-19 13:02:15 +02:00
parent 99f81fcb78
commit d8f3a1402c

View file

@ -135,6 +135,7 @@ targets:
info:
path: ShareExtension/Resources/Info.plist
properties:
ITSAppUsesNonExemptEncryption: false
CFBundleDisplayName: An Zitare schicken
CFBundleShortVersionString: "0.1.0"
CFBundleVersion: "1"
@ -172,6 +173,7 @@ targets:
info:
path: Widgets/ZitareWidget/Resources/Info.plist
properties:
ITSAppUsesNonExemptEncryption: false
CFBundleDisplayName: Zitare Widget
CFBundleShortVersionString: "0.1.0"
CFBundleVersion: "1"