From 691b0f2434acc1685b43f873657c9230726ffe6f Mon Sep 17 00:00:00 2001
From: chenqiyang <1406175257@qq.com>
Date: 星期二, 19 四月 2022 13:38:20 +0800
Subject: [PATCH] 1.增加人脸、可视对讲入口 2.增加清除推送角标数值接口 3.修改初始化全视通、登出全视通

---
 ZigbeeApp/Home.Ios/Info.plist |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/ZigbeeApp/Home.Ios/Info.plist b/ZigbeeApp/Home.Ios/Info.plist
index 1185889..b8a50e0 100755
--- a/ZigbeeApp/Home.Ios/Info.plist
+++ b/ZigbeeApp/Home.Ios/Info.plist
@@ -24,7 +24,7 @@
 	<key>LSRequiresIPhoneOS</key>
 	<true/>
 	<key>MinimumOSVersion</key>
-	<string>9.0</string>
+	<string>10</string>
 	<key>UIDeviceFamily</key>
 	<array>
 		<integer>1</integer>
@@ -54,14 +54,26 @@
 	<key>aps-environment</key>
 	<string>development</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.1.0120082402</string>
+	<string>1.2.1</string>
 	<key>CFBundleVersion</key>
-	<string>2020082402</string>
+	<string>2020123101</string>
 	<key>CFBundleURLTypes</key>
 	<array>
 		<dict>
+			<key>CFBundleURLSchemes</key>
+			<array>
+				<string>evoyoHome</string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+		</dict>
+		<dict>
 			<key>CFBundleURLName</key>
 			<string>xiaoduapp</string>
+		</dict>
+		<dict>
+			<key>CFBundleURLName</key>
+			<string>AispeechMobile</string>
 		</dict>
 		<dict>
 			<key>CFBundleURLName</key>
@@ -75,6 +87,7 @@
 	<key>LSApplicationQueriesSchemes</key>
 	<array>
 		<string>xiaoduapp</string>
+		<string>AispeechMobile</string>
 		<string>weixin</string>
 		<string>weixinULAPI</string>
 	</array>

--
Gitblit v1.8.0