From 83b9d5c682b21d88133f24da0f94dd56bd79e687 Mon Sep 17 00:00:00 2001 From: 单军华 Date: Thu, 19 Jul 2018 13:38:55 +0800 Subject: [PATCH] change --- screendisplay/screendisplay/Supporting Files/Info.plist | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/screendisplay/screendisplay/Supporting Files/Info.plist b/screendisplay/screendisplay/Supporting Files/Info.plist index 4868869..ab6f3c9 100644 --- a/screendisplay/screendisplay/Supporting Files/Info.plist +++ b/screendisplay/screendisplay/Supporting Files/Info.plist @@ -17,11 +17,16 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.0</string> + <string>1.0.1</string> <key>CFBundleVersion</key> - <string>1.0</string> + <string>1.0.1</string> <key>LSRequiresIPhoneOS</key> <true/> + <key>NSAppTransportSecurity</key> + <dict> + <key>NSAllowsArbitraryLoads</key> + <true/> + </dict> <key>NSBluetoothPeripheralUsageDescription</key> <string>App������������������,������������������</string> <key>NSCalendarsUsageDescription</key> @@ -49,8 +54,6 @@ <key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> - <string>UIInterfaceOrientationLandscapeLeft</string> - <string>UIInterfaceOrientationLandscapeRight</string> </array> <key>UISupportedInterfaceOrientations~ipad</key> <array> -- Gitblit v1.8.0