From 8fcc3bd198606e0400eca5383572fb97ecdada85 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 10 一月 2023 15:51:37 +0800
Subject: [PATCH] 备份

---
 ON.Ios/Info.plist |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ON.Ios/Info.plist b/ON.Ios/Info.plist
index fa48715..fe9347d 100755
--- a/ON.Ios/Info.plist
+++ b/ON.Ios/Info.plist
@@ -17,9 +17,9 @@
 	<key>CFBundleIdentifier</key>
 	<string>com.hdl.moveserver</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.0</string>
+	<string>1.0.9</string>
 	<key>CFBundleVersion</key>
-	<string>1.0</string>
+	<string>1.0.9</string>
 	<key>LSRequiresIPhoneOS</key>
 	<true/>
 	<key>MinimumOSVersion</key>
@@ -27,9 +27,7 @@
 	<key>UIRequiresFullScreen</key>
 	<true/>
 	<key>UIBackgroundModes</key>
-	<array>
-		<string>remote-notification</string>
-	</array>
+	<array/>
 	<key>Custom Property</key>
 	<string></string>
 	<key>CFBundleURLTypes</key>
@@ -71,5 +69,7 @@
 	<string>Assets.xcassets/AppIcon.appiconset</string>
 	<key>CFBundleDisplayName</key>
 	<string>Migration Tools</string>
+	<key>NSLocalNetworkUsageDescription</key>
+	<string>App wants to use local network access rights to find local smart home devices.</string>
 </dict>
 </plist>

--
Gitblit v1.8.0