From 07c647861d549a4c61f615dba9c008c29ad57f43 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期三, 02 九月 2020 15:57:58 +0800 Subject: [PATCH] 2020-09-02-1 --- ZigbeeApp/Home.Ios/Info.plist | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ZigbeeApp/Home.Ios/Info.plist b/ZigbeeApp/Home.Ios/Info.plist index e3bcd61..1185889 100755 --- a/ZigbeeApp/Home.Ios/Info.plist +++ b/ZigbeeApp/Home.Ios/Info.plist @@ -42,11 +42,11 @@ <key>XSAppIconAssets</key> <string>Assets.xcassets/AppIcon.appiconset</string> <key>CFBundleIdentifier</key> - <string>com.hdl.home</string> + <string>com.evoyo.home</string> <key>Custom Property</key> <string></string> <key>CFBundleName</key> - <string> HDL Home</string> + <string>Evoyo Home</string> <key>XSLaunchImageAssets</key> <string>Assets.xcassets/LaunchImage.launchimage</string> <key>NSAppleMusicUsageDescription</key> @@ -54,11 +54,15 @@ <key>aps-environment</key> <string>development</string> <key>CFBundleShortVersionString</key> - <string>1.1.012006042</string> + <string>1.1.0120082402</string> <key>CFBundleVersion</key> - <string>202006042</string> + <string>2020082402</string> <key>CFBundleURLTypes</key> <array> + <dict> + <key>CFBundleURLName</key> + <string>xiaoduapp</string> + </dict> <dict> <key>CFBundleURLName</key> <string>weixin</string> @@ -70,6 +74,7 @@ </array> <key>LSApplicationQueriesSchemes</key> <array> + <string>xiaoduapp</string> <string>weixin</string> <string>weixinULAPI</string> </array> -- Gitblit v1.8.0