Skip to content

Commit

Permalink
Merge pull request SDWebImage#1341 from mihaiserban/master
Browse files Browse the repository at this point in the history
iOS 9 App Transport Security Demo Target
  • Loading branch information
mythodeia committed Oct 15, 2015
2 parents bf899e2 + 7ba8208 commit 0ecd136
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Examples/SDWebImage Demo/SDWebImage Demo-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,10 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>

0 comments on commit 0ecd136

Please sign in to comment.