Disable App Transport Security since we need to make requests over HTTP and HTTPS to servers with self-signed certificates

This commit is contained in:
Cameron Gutman 2015-06-20 13:11:49 -07:00
parent 315dd53dcb
commit 005a678089

View File

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