From dc6493db59dcb0893eac50b72122f94c24056b3f Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期一, 12 十月 2020 14:35:39 +0800 Subject: [PATCH] 新版本 --- ZigbeeApp/Home.Ios/Info.plist | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Home.Ios/Info.plist b/ZigbeeApp/Home.Ios/Info.plist index 0921792..acd8cad 100755 --- a/ZigbeeApp/Home.Ios/Info.plist +++ b/ZigbeeApp/Home.Ios/Info.plist @@ -60,8 +60,20 @@ <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