From f8b647c263f068babb8efcc19ff4e74026a4bd28 Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期二, 03 十二月 2019 10:44:28 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev-tzy' into dev-wjc --- ZigbeeApp/Home.Ios/Info.plist | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/GateWay.Ios/Info.plist b/ZigbeeApp/Home.Ios/Info.plist similarity index 85% rename from ZigbeeApp/GateWay.Ios/Info.plist rename to ZigbeeApp/Home.Ios/Info.plist index 1d769fe..abb8a0f 100755 --- a/ZigbeeApp/GateWay.Ios/Info.plist +++ b/ZigbeeApp/Home.Ios/Info.plist @@ -58,5 +58,21 @@ <string>1.0.19080501</string> <key>CFBundleVersion</key> <string>2</string> + <key>CFBundleURLTypes</key> + <array> + <dict> + <key>CFBundleURLName</key> + <string>weixin</string> + <key>CFBundleURLSchemes</key> + <array> + <string>wx2ec8f53f6fa36e82</string> + </array> + </dict> + </array> + <key>LSApplicationQueriesSchemes</key> + <array> + <string>weixin</string> + <string>weixinULAPI</string> + </array> </dict> </plist> -- Gitblit v1.8.0