From 098ca04f324624d97399c7c1040c46d2a96ebfaa Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期日, 23 四月 2023 09:21:54 +0800
Subject: [PATCH] V1.7.1发布版本

---
 HDL-ON_iOS/Info.plist |   80 ++++++++++++++++-----------------------
 1 files changed, 33 insertions(+), 47 deletions(-)

diff --git a/HDL-ON_iOS/Info.plist b/HDL-ON_iOS/Info.plist
index 68ad9fc..826cae5 100644
--- a/HDL-ON_iOS/Info.plist
+++ b/HDL-ON_iOS/Info.plist
@@ -61,51 +61,6 @@
 			<string>TLSv1.0</string>
 		</dict>
 	</dict>
-	<key>NSAppleMusicUsageDescription</key>
-	<string>App needs to access your music library to connect to an external player to play music.</string>
-	<key>NSBluetoothAlwaysUsageDescription</key>
-	<string>This application uses Bluetooth to communicate with the device, this application does not collect, store or record any data that communicates via Bluetooth.</string>
-	<key>NSBluetoothPeripheralUsageDescription</key>
-	<string>This application uses Bluetooth to communicate with the device, this application does not collect, store or record any data that communicates via Bluetooth.</string>
-	<key>NSCameraUsageDescription</key>
-	<string>App wants to access your camera to set the background picture of the room</string>
-	<key>NSContactsUsageDescription</key>
-	<string>LC Video will be use</string>
-	<key>NSFaceIDUsageDescription</key>
-	<string>Need to use Face ID for unlock verification</string>
-	<key>NSLocalNetworkUsageDescription</key>
-	<string>APP wants to use local network access permissions for WiFi distribution.</string>
-	<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
-	<string>LC Video will be use</string>
-	<key>NSLocationAlwaysUsageDescription</key>
-	<string>Use geographic location to provide services such as weather</string>
-	<key>NSLocationWhenInUseUsageDescription</key>
-	<string>EZ video will be use</string>
-	<key>NSMicrophoneUsageDescription</key>
-	<string>APP wants to use the phone&apos;s microphone for voice intercom</string>
-	<key>NSPhotoLibraryAddUsageDescription</key>
-	<string>App wants to access your photo library to set the background image of the room</string>
-	<key>NSPhotoLibraryUsageDescription</key>
-	<string>App wants to access your photo library to set the background image of the room</string>
-	<key>NSSiriUsageDescription</key>
-	<string>On Pro data will be send to Siri.</string>
-	<key>NSUserActivityTypes</key>
-	<array>
-		<string>HDLRunSceneIntent</string>
-	</array>
-	<key>NSVoIPUsageDescription</key>
-	<string>Make audio/video calls</string>
-	<key>UIAppFonts</key>
-	<array>
-		<string>titilliumtext25l005.otf</string>
-	</array>
-	<key>UIBackgroundModes</key>
-	<array>
-		<string>audio</string>
-		<string>location</string>
-		<string>voip</string>
-		<string>remote-notification</string>
-	</array>
 	<key>UIDeviceFamily</key>
 	<array>
 		<integer>1</integer>
@@ -142,7 +97,38 @@
 	<false/>
 	<key>XSAppIconAssets</key>
 	<string>Assets.xcassets/AppIcon.appiconset</string>
-	<key>UILaunchStoryboardName</key>
-	<string>LaunchScreen</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>
+	<string>Use geographic location to provide services such as weather</string>
+	<key>UIBackgroundModes</key>
+	<array>
+		<string>audio</string>
+		<string>location</string>
+		<string>voip</string>
+		<string>remote-notification</string>
+	</array>
+	<key>NSFaceIDUsageDescription</key>
+	<string>Need to use Face ID for unlock verification</string>
+	<key>NSBluetoothPeripheralUsageDescription</key>
+	<string>This application uses Bluetooth to communicate with the device, this application does not collect, store or record any data that communicates via Bluetooth.</string>
+	<key>NSBluetoothAlwaysUsageDescription</key>
+	<string>This application uses Bluetooth to communicate with the device, this application does not collect, store or record any data that communicates via Bluetooth.</string>
+	<key>NSVoIPUsageDescription</key>
+	<string>Make audio/video calls</string>
+	<key>NSSiriUsageDescription</key>
+	<string>On Pro data will be send to Siri.</string>
+	<key>NSUserActivityTypes</key>
+	<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>XSLaunchImageAssets</key>
+	<string>Assets.xcassets/LaunchImage.launchimage</string>
 </dict>
 </plist>

--
Gitblit v1.8.0