From 7fa4b66cd58a51c9e7e512ee652282825d16e5dc Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期二, 27 十月 2020 15:13:21 +0800
Subject: [PATCH] 2020-10-27 1.增加iOS越狱和Androidr Root检测,强制关闭APP

---
 Crabtree/ON.Ios/Info.plist |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/Crabtree/ON.Ios/Info.plist b/Crabtree/ON.Ios/Info.plist
index fe22705..37757fa 100755
--- a/Crabtree/ON.Ios/Info.plist
+++ b/Crabtree/ON.Ios/Info.plist
@@ -12,14 +12,14 @@
 			<string>TLSv1.0</string>
 		</dict>
 		<key>NSAllowsArbitraryLoads</key>
-		<true/>
+		<false/>
 	</dict>
 	<key>CFBundleIdentifier</key>
-	<string>com.hdl.SimpleControl</string>
+	<string>com.hdl.on</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.5200226</string>
+	<string>2.510271</string>
 	<key>CFBundleVersion</key>
-	<string>2.50226</string>
+	<string>2.510271</string>
 	<key>LSRequiresIPhoneOS</key>
 	<true/>
 	<key>MinimumOSVersion</key>
@@ -38,10 +38,6 @@
 	<string>Set up your room or scene background.</string>
 	<key>NSPhotoLibraryUsageDescription</key>
 	<string>Set up your room or scene background.</string>
-	<key>UIBackgroundModes</key>
-	<array>
-		<string>remote-notification</string>
-	</array>
 	<key>Custom Property</key>
 	<string></string>
 	<key>CFBundleInfoDictionaryVersion</key>

--
Gitblit v1.8.0