Browse Source

Disable app transport security for the example project

Ryan Olson 8 years ago
parent
commit
320aeb815b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Example/UICatalog/UICatalog-Info.plist

+ 5 - 0
Example/UICatalog/UICatalog-Info.plist

@@ -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>