From 2fc1b7cbf8ae63ebc4b92fde4203317b7f3e0f33 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期四, 21 五月 2020 11:33:49 +0800 Subject: [PATCH] 2020-5-21-1 --- ZigbeeApp/Home.Ios/Info.plist | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Home.Ios/Info.plist b/ZigbeeApp/Home.Ios/Info.plist index 1d769fe..5b348d2 100755 --- a/ZigbeeApp/Home.Ios/Info.plist +++ b/ZigbeeApp/Home.Ios/Info.plist @@ -55,8 +55,24 @@ <string>remote-notification</string> </array> <key>CFBundleShortVersionString</key> - <string>1.0.19080501</string> + <string>1.0.20031601</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