From dc0309e64f02227d8e1468b7326c07955f804612 Mon Sep 17 00:00:00 2001
From: chenqiyang <1406175257@qq.com>
Date: 星期三, 22 六月 2022 11:22:18 +0800
Subject: [PATCH] 修改引用路径

---
 ZigbeeApp/Home.Ios/Info.plist |   23 ++++++++++++++++++-----
 1 files changed, 18 insertions(+), 5 deletions(-)

diff --git a/ZigbeeApp/Home.Ios/Info.plist b/ZigbeeApp/Home.Ios/Info.plist
index 97f150a..e23d73e 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>
@@ -42,11 +42,11 @@
 	<key>XSAppIconAssets</key>
 	<string>Assets.xcassets/AppIcon.appiconset</string>
 	<key>CFBundleIdentifier</key>
-	<string>com.hdl.home</string>
+	<string>com.evoyo.home</string>
 	<key>Custom Property</key>
 	<string></string>
 	<key>CFBundleName</key>
-	<string> HDL Home</string>
+	<string>Evoyo Home</string>
 	<key>XSLaunchImageAssets</key>
 	<string>Assets.xcassets/LaunchImage.launchimage</string>
 	<key>NSAppleMusicUsageDescription</key>
@@ -54,14 +54,26 @@
 	<key>aps-environment</key>
 	<string>development</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.1.0120072301</string>
+	<string>1.2.1</string>
 	<key>CFBundleVersion</key>
-	<string>2020072301</string>
+	<string>2022042704</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