From 24359365c239ce2b07e15e2160ca0bf16e40a89d Mon Sep 17 00:00:00 2001 From: Scott Ludwig Date: Fri, 1 Jan 2016 11:58:57 -0800 Subject: [PATCH] add NSTemporaryExceptionAllowsInsecureHTTPLoads for iOS9 non-HTTPS access to warfareincorporated.com --- game/iphone/Info.plist | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/game/iphone/Info.plist b/game/iphone/Info.plist index a60d89f..06ffb01 100644 --- a/game/iphone/Info.plist +++ b/game/iphone/Info.plist @@ -11,7 +11,7 @@ CFBundleIconFile icon CFBundleIdentifier - com.spiffcode.ht + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -32,5 +32,22 @@ UISupportedInterfaceOrientations + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + NSExceptionDomains + + warfareincorporated.com + + NSIncludesSubdomains + + NSTemporaryExceptionAllowsInsecureHTTPLoads + + NSTemporaryExceptionMinimumTLSVersion + TLSv1.1 + + +