From 02a194a40228251fef82dbca6c7687263b55b0b9 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期四, 13 四月 2023 14:36:44 +0800
Subject: [PATCH] 2023年04月13日14:33:48

---
 HDL-ON_iOS/Info.plist |   20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/HDL-ON_iOS/Info.plist b/HDL-ON_iOS/Info.plist
index 9c982f0..cae58df 100644
--- a/HDL-ON_iOS/Info.plist
+++ b/HDL-ON_iOS/Info.plist
@@ -66,8 +66,8 @@
 	<key>UISupportedInterfaceOrientations</key>
 	<array>
 		<string>UIInterfaceOrientationPortrait</string>
-		<string>UIInterfaceOrientationLandscapeLeft</string>
 		<string>UIInterfaceOrientationLandscapeRight</string>
+		<string>UIInterfaceOrientationLandscapeLeft</string>
 	</array>
 	<key>UIAppFonts</key>
 	<array>
@@ -89,8 +89,6 @@
 	</dict>
 	<key>UIViewControllerBasedStatusBarAppearance</key>
 	<false/>
-	<key>XSLaunchImageAssets</key>
-	<string>Assets.xcassets/LaunchImage.launchimage</string>
 	<key>CFBundleName</key>
 	<string>On Pro</string>
 	<key>XSAppIconAssets</key>
@@ -100,11 +98,9 @@
 	<key>UIStatusBarStyle</key>
 	<string>UIStatusBarStyleLightContent</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.6.202211161</string>
+	<string>1.7</string>
 	<key>CFBundleVersion</key>
-	<string>1.6.211161</string>
-	<key>NSLocationWhenInUseUsageDescription</key>
-	<string>Use geographic location to provide services such as weather</string>
+	<string>1.7</string>
 	<key>NSAppleMusicUsageDescription</key>
 	<string>App needs to access your music library to connect to an external player to play music.</string>
 	<key>NSLocationAlwaysUsageDescription</key>
@@ -140,5 +136,15 @@
 	<array>
 		<string>HDLRunSceneIntent</string>
 	</array>
+	<key>NSContactsUsageDescription</key>
+	<string>LC Video will be use</string>
+	<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
+	<string>LC Video will be use</string>
+	<key>NSLocationWhenInUseUsageDescription</key>
+	<string>EZ video will be use</string>
+	<key>UILaunchStoryboardName</key>
+	<string>Main</string>
+	<key>XSLaunchImageAssets</key>
+	<string>Assets.xcassets/LaunchImage.launchimage</string>
 </dict>
 </plist>

--
Gitblit v1.8.0