From fd6a332e9ffc37bbf0087b1938bf43f9fc2d0d33 Mon Sep 17 00:00:00 2001 From: Manfred Bergmann Date: Thu, 11 Feb 2016 16:53:25 +0100 Subject: [PATCH] Lowered app security settings to be able to make http requests. --- Info.plist | 7 ++++++- buildnumber | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Info.plist b/Info.plist index c4c5dc1..874b7c3 100644 --- a/Info.plist +++ b/Info.plist @@ -45,9 +45,14 @@ CFBundleVersion - 2483 + 2487 LSApplicationCategoryType public.app-category.education + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + NSMainNibFile MainMenu NSPrincipalClass diff --git a/buildnumber b/buildnumber index b947dbb..100f0b8 100644 --- a/buildnumber +++ b/buildnumber @@ -1 +1 @@ -2483 \ No newline at end of file +2487 \ No newline at end of file