Skip to content

Commit c92e3a5

Browse files
committed
chore: downgrade iOS app version to 1.6.0 in Info.plist
Updated CFBundleShortVersionString and CFBundleVersion to reflect the new version. Removed unnecessary keys related to local network access and status bar appearance for a cleaner configuration.
1 parent 7212e3a commit c92e3a5

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

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

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.10.0</string>
18+
<string>1.6.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1.10.0</string>
21-
<key>NSLocalNetworkUsageDescription</key>
22-
<string>KnotCode needs local network access to connect to the local development server during iOS development.</string>
23-
<key>ITSAppUsesNonExemptEncryption</key>
24-
<false/>
25-
<key>UIViewControllerBasedStatusBarAppearance</key>
26-
<true/>
27-
<key>UIStatusBarStyle</key>
28-
<string>UIStatusBarStyleLightContent</string>
20+
<string>1.6.0</string>
2921
<key>LSRequiresIPhoneOS</key>
3022
<true/>
3123
<key>UILaunchStoryboardName</key>
@@ -49,4 +41,4 @@
4941
<string>UIInterfaceOrientationLandscapeRight</string>
5042
</array>
5143
</dict>
52-
</plist>
44+
</plist>

0 commit comments

Comments
 (0)