From 5c0dec16bae8ab290ad61f89012648754314f57c Mon Sep 17 00:00:00 2001 From: "MIYOKAWA, Nobuyoshi" Date: Sun, 9 Oct 2016 12:02:23 -0700 Subject: [PATCH] replace old ATS key name to new one. Summary: On iOS project, ATS is disabled for 'localhost'. But the key for this setting is old and just for early iOS9 beta. iOS9 release and later uses new one, so I updated it. Closes https://github.com/facebook/react-native/pull/10314 Differential Revision: D3993780 fbshipit-source-id: b749edd571c34f07989dde6af0e4ff95f5355c29 --- local-cli/generator-ios/templates/app/Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-cli/generator-ios/templates/app/Info.plist b/local-cli/generator-ios/templates/app/Info.plist index e98ebb004..2fb6a11c2 100644 --- a/local-cli/generator-ios/templates/app/Info.plist +++ b/local-cli/generator-ios/templates/app/Info.plist @@ -45,7 +45,7 @@ localhost - NSTemporaryExceptionAllowsInsecureHTTPLoads + NSExceptionAllowsInsecureHTTPLoads