Skip to content

Commit 7b7276e

Browse files
committed
fix: add ITSAppUsesNonExemptEncryption=false — skip export compliance prompt
1 parent 4cf1ead commit 7b7276e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src-tauri/gen/apple/app_iOS/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<string>1.5.0</string>
2121
<key>NSLocalNetworkUsageDescription</key>
2222
<string>KnotCode needs local network access to connect to the local development server during iOS development.</string>
23+
<key>ITSAppUsesNonExemptEncryption</key>
24+
<false/>
2325
<key>LSRequiresIPhoneOS</key>
2426
<true/>
2527
<key>UILaunchStoryboardName</key>

0 commit comments

Comments
 (0)