iOS 9 App Transport Security Demo Target

fixed ios 9 load images caused by new App Transport Security feature
This commit is contained in:
Serban Mihai 2015-10-15 16:46:40 +03:00
parent bf899e222f
commit 7ba8208f17
1 changed files with 5 additions and 0 deletions

View File

@ -34,5 +34,10 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>