From bb601a8ef4e560a587919294414bfbafade668bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Wed, 10 Feb 2016 18:27:53 -0500 Subject: [PATCH] nitc: add permission for HTTP requests to iOS apps MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- src/platform/xcode_templates.nit | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/platform/xcode_templates.nit b/src/platform/xcode_templates.nit index aa6cc5b..d1d8532 100644 --- a/src/platform/xcode_templates.nit +++ b/src/platform/xcode_templates.nit @@ -550,6 +550,11 @@ class PlistTemplate UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + + NSAppTransportSecurity + + NSAllowsArbitraryLoads + """ -- 1.7.9.5