From c6b35c3138b944830b5336bf610f918154dd47c7 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期六, 12 十月 2019 15:45:10 +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