From 304dca51c28183a9dfc192c6b93ea1c00bdd5d97 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期三, 01 七月 2020 15:00:40 +0800 Subject: [PATCH] 添加了写入功能类型 --- ZigbeeApp/Home.Ios/Info.plist | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Home.Ios/Info.plist b/ZigbeeApp/Home.Ios/Info.plist index b18409b..f0aa3e9 100755 --- a/ZigbeeApp/Home.Ios/Info.plist +++ b/ZigbeeApp/Home.Ios/Info.plist @@ -61,6 +61,10 @@ <array> <dict> <key>CFBundleURLName</key> + <string>xiaoduapp</string> + </dict> + <dict> + <key>CFBundleURLName</key> <string>weixin</string> <key>CFBundleURLSchemes</key> <array> @@ -70,6 +74,7 @@ </array> <key>LSApplicationQueriesSchemes</key> <array> + <string>xiaoduapp</string> <string>weixin</string> <string>weixinULAPI</string> </array> -- Gitblit v1.8.0