From 1e76fa5a69bc478b3eb5738546aeb51b8fd6f7c9 Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期一, 18 十一月 2019 16:30:41 +0800 Subject: [PATCH] 2019.11.18 --- ZigbeeApp/GateWay.Ios/Info.plist | 26 +++++++++++++++++++++----- 1 files changed, 21 insertions(+), 5 deletions(-) diff --git a/ZigbeeApp/GateWay.Ios/Info.plist b/ZigbeeApp/GateWay.Ios/Info.plist index 572767d..d121328 100755 --- a/ZigbeeApp/GateWay.Ios/Info.plist +++ b/ZigbeeApp/GateWay.Ios/Info.plist @@ -7,18 +7,16 @@ <key>UIViewControllerBasedStatusBarAppearance</key> <false/> <key>NSPhotoLibraryUsageDescription</key> - <string>闇�瑕佽鍙栫浉鍐�</string> + <string>闇�瑕佽鍙栫浉鍐岋紝鐢ㄤ簬鎴块棿鑳屾櫙鍥剧墖</string> <key>NSPhotoLibraryAddUsageDescription</key> - <string>闇�瑕佷娇鐢ㄧ浉鍐�</string> + <string>闇�瑕佷娇鐢ㄧ浉鍐岋紝鐢ㄤ簬鎴块棿鑳屾櫙鍥剧墖</string> <key>NSCameraUsageDescription</key> - <string>闇�瑕佷娇鐢ㄧ浉鏈�</string> + <string>闇�瑕佷娇鐢ㄧ浉鏈烘潈闄愶紝鐢ㄤ簬鎷嶆憚鎴块棿鑳屾櫙鍥剧墖</string> <key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict> - <key>CFBundleShortVersionString</key> - <string>1.0.19061701</string> <key>LSRequiresIPhoneOS</key> <true/> <key>MinimumOSVersion</key> @@ -55,7 +53,25 @@ <array> <string>remote-notification</string> </array> + <key>CFBundleShortVersionString</key> + <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