From 82b67388873fdd2213b00fa212b9e46c0d40e3cf Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 04 九月 2023 13:35:18 +0800
Subject: [PATCH] 备份2

---
 OnPro/HDL-ON_iOS/Info.plist |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/OnPro/HDL-ON_iOS/Info.plist b/OnPro/HDL-ON_iOS/Info.plist
index 2421ebe..5178ce4 100644
--- a/OnPro/HDL-ON_iOS/Info.plist
+++ b/OnPro/HDL-ON_iOS/Info.plist
@@ -40,14 +40,10 @@
 	</dict>
 	<key>NSCameraUsageDescription</key>
 	<string>App wants to access your camera to set the background picture of the room</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>NSLocalNetworkUsageDescription</key>
+	<string>APP wants to use local network access permissions for WiFi distribution.</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>
+	<string>Use geographic location to provide services such as weather</string>
 	<key>NSPhotoLibraryAddUsageDescription</key>
 	<string>App wants to access your photo library to set the background image of the room</string>
 	<key>NSPhotoLibraryUsageDescription</key>
@@ -58,7 +54,7 @@
 	</array>
 	<key>UIBackgroundModes</key>
 	<array>
-		<string>location</string>
+		<string>remote-notification</string>
 	</array>
 	<key>UIDeviceFamily</key>
 	<array>

--
Gitblit v1.8.0