From 3e8437ae559487362fae3525beb79c534c213a51 Mon Sep 17 00:00:00 2001
From: 单军华
Date: Thu, 12 Jul 2018 13:44:34 +0800
Subject: [PATCH] bug修复和功能优化

---
 screendisplay/screendisplay/Supporting Files/Info.plist |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/screendisplay/screendisplay/Supporting Files/Info.plist b/screendisplay/screendisplay/Supporting Files/Info.plist
index 4868869..a592a1e 100644
--- a/screendisplay/screendisplay/Supporting Files/Info.plist
+++ b/screendisplay/screendisplay/Supporting Files/Info.plist
@@ -22,6 +22,11 @@
 	<string>1.0</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