Skip to content

Instantly share code, notes, and snippets.

@tovkal
Created August 24, 2017 21:16
Show Gist options
  • Select an option

  • Save tovkal/ddd29fbb4ef40371b59c485f26b9e8f2 to your computer and use it in GitHub Desktop.

Select an option

Save tovkal/ddd29fbb4ef40371b59c485f26b9e8f2 to your computer and use it in GitHub Desktop.

Revisions

  1. tovkal created this gist Aug 24, 2017.
    9 changes: 9 additions & 0 deletions Info.plist
    Original 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>