From 351bdda734832d821a9764b0cde8be5d83c4ec50 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期四, 01 十二月 2022 09:56:25 +0800
Subject: [PATCH] 2022年12月01日09:56:23

---
 ZigbeeApp/Home.Ios/Info.plist |   21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/ZigbeeApp/Home.Ios/Info.plist b/ZigbeeApp/Home.Ios/Info.plist
index 6e30abb..d128f59 100755
--- a/ZigbeeApp/Home.Ios/Info.plist
+++ b/ZigbeeApp/Home.Ios/Info.plist
@@ -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.012007061</string>
+	<string>1.1.0120123101</string>
 	<key>CFBundleVersion</key>
-	<string>202007061</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