From 36685b523faeb987a6d596cd7a9066b7d36f5f08 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 24 四月 2023 10:40:00 +0800
Subject: [PATCH] Update Info.plist

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

diff --git a/HDL-ON_iOS/Info.plist b/HDL-ON_iOS/Info.plist
index 826cae5..68ad9fc 100644
--- a/HDL-ON_iOS/Info.plist
+++ b/HDL-ON_iOS/Info.plist
@@ -61,6 +61,51 @@
 			<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>
@@ -97,38 +142,7 @@
 	<false/>
 	<key>XSAppIconAssets</key>
 	<string>Assets.xcassets/AppIcon.appiconset</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>
+	<key>UILaunchStoryboardName</key>
+	<string>LaunchScreen</string>
 </dict>
 </plist>

--
Gitblit v1.8.0