From acb2b278663952ce555b06a2e821f359225f15e0 Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期五, 10 七月 2020 09:41:15 +0800 Subject: [PATCH] 备份 --- ZigbeeApp/Home.Ios/Info.plist | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ZigbeeApp/Home.Ios/Info.plist b/ZigbeeApp/Home.Ios/Info.plist index 16a3e1d..27dce87 100755 --- a/ZigbeeApp/Home.Ios/Info.plist +++ b/ZigbeeApp/Home.Ios/Info.plist @@ -24,7 +24,7 @@ <key>LSRequiresIPhoneOS</key> <true/> <key>MinimumOSVersion</key> - <string>9.0</string> + <string>11.0</string> <key>UIDeviceFamily</key> <array> <integer>1</integer> @@ -54,11 +54,15 @@ <key>aps-environment</key> <string>development</string> <key>CFBundleShortVersionString</key> - <string>1.0.20042601</string> + <string>1.1.012006042</string> <key>CFBundleVersion</key> - <string>2</string> + <string>202006042</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