From 404cdc88627f942df7944af04ee05b9d527752d6 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期一, 30 九月 2019 13:22:40 +0800 Subject: [PATCH] 合并了徐梅的按键面板绑定 --- ZigbeeApp/GateWay.Ios/Info.plist | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ZigbeeApp/GateWay.Ios/Info.plist b/ZigbeeApp/GateWay.Ios/Info.plist index 572767d..ee37aaa 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,6 +53,8 @@ <array> <string>remote-notification</string> </array> + <key>CFBundleShortVersionString</key> + <string>1.0.19080501</string> <key>CFBundleVersion</key> <string>2</string> </dict> -- Gitblit v1.8.0