From f1c3921b08bb22ac6f5db22d620e01d7e8e5c49f Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期一, 30 十二月 2019 13:32:33 +0800 Subject: [PATCH] 2019-12-30-1 --- ZigbeeApp/GateWay.Ios/Info.plist | 62 +++++++++++++++++++++++++++++++ 1 files changed, 62 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/GateWay.Ios/Info.plist b/ZigbeeApp/GateWay.Ios/Info.plist new file mode 100755 index 0000000..1d769fe --- /dev/null +++ b/ZigbeeApp/GateWay.Ios/Info.plist @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>NSLocationWhenInUseUsageDescription</key> + <string>浣跨敤鏈熼棿闇�瑕佷娇鐢ㄥ湴鐞嗕綅缃紝浠ヤ究鎻愪緵鏈嶅姟锛屽澶╂皵</string> + <key>UIViewControllerBasedStatusBarAppearance</key> + <false/> + <key>NSPhotoLibraryUsageDescription</key> + <string>闇�瑕佽鍙栫浉鍐岋紝鐢ㄤ簬鎴块棿鑳屾櫙鍥剧墖</string> + <key>NSPhotoLibraryAddUsageDescription</key> + <string>闇�瑕佷娇鐢ㄧ浉鍐岋紝鐢ㄤ簬鎴块棿鑳屾櫙鍥剧墖</string> + <key>NSCameraUsageDescription</key> + <string>闇�瑕佷娇鐢ㄧ浉鏈烘潈闄愶紝鐢ㄤ簬鎷嶆憚鎴块棿鑳屾櫙鍥剧墖</string> + <key>NSAppTransportSecurity</key> + <dict> + <key>NSAllowsArbitraryLoads</key> + <true/> + </dict> + <key>LSRequiresIPhoneOS</key> + <true/> + <key>MinimumOSVersion</key> + <string>9.0</string> + <key>UIDeviceFamily</key> + <array> + <integer>1</integer> + </array> + <key>UIMainStoryboardFile</key> + <string>Main</string> + <key>UIRequiredDeviceCapabilities</key> + <array> + <string>armv7</string> + </array> + <key>UISupportedInterfaceOrientations</key> + <array> + <string>UIInterfaceOrientationPortrait</string> + </array> + <key>XSAppIconAssets</key> + <string>Assets.xcassets/AppIcon.appiconset</string> + <key>CFBundleIdentifier</key> + <string>com.hdl.home</string> + <key>Custom Property</key> + <string></string> + <key>CFBundleName</key> + <string> HDL Home</string> + <key>XSLaunchImageAssets</key> + <string>Assets.xcassets/LaunchImage.launchimage</string> + <key>NSAppleMusicUsageDescription</key> + <string>闇�瑕佷娇鐢ㄥ濯掍綋鏉冮檺锛屼互渚挎彁渚涙洿澶氱殑澶氬獟浣撴湇鍔�</string> + <key>aps-environment</key> + <string>development</string> + <key>UIBackgroundModes</key> + <array> + <string>location</string> + <string>remote-notification</string> + </array> + <key>CFBundleShortVersionString</key> + <string>1.0.19080501</string> + <key>CFBundleVersion</key> + <string>2</string> +</dict> +</plist> -- Gitblit v1.8.0