From bfb3d0d4879dca8c59ff287c92f5113162f3a33a Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期二, 27 八月 2024 15:22:48 +0800
Subject: [PATCH] 代码备份

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

diff --git a/OnPro/HDL-ON_iOS/Info.plist b/OnPro/HDL-ON_iOS/Info.plist
index 2421ebe..da26af5 100644
--- a/OnPro/HDL-ON_iOS/Info.plist
+++ b/OnPro/HDL-ON_iOS/Info.plist
@@ -11,9 +11,11 @@
 	<key>CFBundleName</key>
 	<string>鑽f偊鏅鸿兘</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.0</string>
+	<string>1.0.2</string>
+	<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
+	<string>Provide weather services based on your positioning</string>
 	<key>CFBundleVersion</key>
-	<string>1.0</string>
+	<string>1.0.2</string>
 	<key>LSApplicationQueriesSchemes</key>
 	<array>
 		<string>weixinULAPI</string>
@@ -40,14 +42,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>Obtain the weather conditions of your current location through localization.</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 +56,7 @@
 	</array>
 	<key>UIBackgroundModes</key>
 	<array>
-		<string>location</string>
+		<string>remote-notification</string>
 	</array>
 	<key>UIDeviceFamily</key>
 	<array>
@@ -85,8 +83,6 @@
 	<key>UISupportedInterfaceOrientations</key>
 	<array>
 		<string>UIInterfaceOrientationPortrait</string>
-		<string>UIInterfaceOrientationLandscapeRight</string>
-		<string>UIInterfaceOrientationLandscapeLeft</string>
 	</array>
 	<key>UISupportedInterfaceOrientations~ipad</key>
 	<array>

--
Gitblit v1.8.0