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
9527240bcc
commit
f9392303da
2 changed files with 4 additions and 0 deletions
|
|
@ -25,5 +25,7 @@
|
|||
<key>NSExtensionPointIdentifier</key>
|
||||
<string>com.apple.widgetkit-extension</string>
|
||||
</dict>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
|||
|
|
@ -112,6 +112,7 @@ targets:
|
|||
info:
|
||||
path: ShareExtension/Resources/Info.plist
|
||||
properties:
|
||||
ITSAppUsesNonExemptEncryption: false
|
||||
CFBundleDisplayName: Als Karte speichern
|
||||
CFBundleShortVersionString: "1.0.0"
|
||||
CFBundleVersion: "1"
|
||||
|
|
@ -147,6 +148,7 @@ targets:
|
|||
info:
|
||||
path: Widgets/WordeckWidget/Resources/Info.plist
|
||||
properties:
|
||||
ITSAppUsesNonExemptEncryption: false
|
||||
CFBundleDisplayName: Wordeck Widget
|
||||
CFBundleShortVersionString: "1.0.0"
|
||||
CFBundleVersion: "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue