Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #61 from tiagomartinho/master
Browse files Browse the repository at this point in the history
configure App Transport Security for example application to work with iOS 9
  • Loading branch information
erichoracek committed Oct 23, 2015
2 parents d1f88fe + efc3cfd commit 321b809
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Example/Example/Example-Info.plist
Expand Up @@ -49,5 +49,10 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>

0 comments on commit 321b809

Please sign in to comment.