Skip to content

Commit 6fa7707

Browse files
chore(ios): mark encryption-exempt, drop duplicate CFBundleIdentifier
ITSAppUsesNonExemptEncryption=false skips the export-compliance prompt on TestFlight uploads (standard TLS only). Also removes a duplicate CFBundleIdentifier key from Info.plist. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent ab3aeb0 commit 6fa7707

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

ios/App/Info.plist

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
<string>$(EXECUTABLE_NAME)</string>
99
<key>CFBundleDisplayName</key>
1010
<string>MhrvVPN</string>
11-
<key>CFBundleIdentifier</key>
12-
<string>com.therealaleph.mhrv</string>
1311
<key>CFBundleName</key>
1412
<string>MhrvVPN</string>
1513
<key>CFBundlePackageType</key>
@@ -18,6 +16,10 @@
1816
<string>$(MARKETING_VERSION)</string>
1917
<key>CFBundleVersion</key>
2018
<string>$(CURRENT_PROJECT_VERSION)</string>
19+
<!-- Uses only standard TLS/HTTPS — exempt from export-compliance docs.
20+
Skips the encryption prompt on every TestFlight upload. -->
21+
<key>ITSAppUsesNonExemptEncryption</key>
22+
<false/>
2123
<key>LSRequiresIPhoneOS</key>
2224
<true/>
2325
<key>UIApplicationSceneManifest</key>

0 commit comments

Comments
 (0)