Skip to content

Commit

Permalink
Disable app transport security for the example project
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanolsonk committed Sep 9, 2015
1 parent ab4b678 commit 320aeb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Example/UICatalog/UICatalog-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
Expand Down

0 comments on commit 320aeb8

Please sign in to comment.