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
This commit is contained in:
MIYOKAWA, Nobuyoshi 2016-10-09 12:02:23 -07:00 committed by Facebook Github Bot
parent 79e1eacc18
commit 5c0dec16ba
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
<dict>
<key>localhost</key>
<dict>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>