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:
parent
99f81fcb78
commit
d8f3a1402c
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue