Skip to content

Commit

Permalink
fixes #64 and #65 (iOS9 app transport security)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Dec 14, 2015
1 parent 12b8cc7 commit fe80e81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SDKLauncher-iOS-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
<string>0.23.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>UIFileSharingEnabled</key>
<true/>
<key>UIRequiredDeviceCapabilities</key>
Expand Down

0 comments on commit fe80e81

Please sign in to comment.