From 71c7ad13169695913282962a460858e13b6c0969 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期二, 29 十二月 2020 14:33:49 +0800 Subject: [PATCH] 2020-12-29-1 --- ZigbeeApp/Home.Ios/Info.plist | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Home.Ios/Info.plist b/ZigbeeApp/Home.Ios/Info.plist index 1185889..acd8cad 100755 --- a/ZigbeeApp/Home.Ios/Info.plist +++ b/ZigbeeApp/Home.Ios/Info.plist @@ -54,14 +54,26 @@ <key>aps-environment</key> <string>development</string> <key>CFBundleShortVersionString</key> - <string>1.1.0120082402</string> + <string>1.1.0120091701</string> <key>CFBundleVersion</key> - <string>2020082402</string> + <string>2020091701</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