Created
August 24, 2017 21:16
-
-
Save tovkal/ddd29fbb4ef40371b59c485f26b9e8f2 to your computer and use it in GitHub Desktop.
Revisions
-
tovkal created this gist
Aug 24, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ <key>NSAppTransportSecurity</key> <dict> <!--To support localhost --> <key>NSAllowsLocalNetworking</key> <true/> <!--To continue to work for iOS 9 --> <key>NSAllowsArbitraryLoads</key> <true/> </dict>