Skip to content

Instantly share code, notes, and snippets.

@ruan65
Created May 7, 2017 22:45
Show Gist options
  • Save ruan65/59258d0794a20646bac1e5044733eafb to your computer and use it in GitHub Desktop.
Save ruan65/59258d0794a20646bac1e5044733eafb to your computer and use it in GitHub Desktop.
Xcode allow http
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment