Merge pull request #14305 from pandamicro/v3

[ci skip] Fix SocketIO test on iOS 9
This commit is contained in:
pandamicro 2015-11-03 17:27:21 +08:00
commit 6010879ecf
2 changed files with 18 additions and 1 deletions

View File

@ -2,6 +2,23 @@
<!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>
<false/>
<key>NSExceptionDomains</key>
<dict>
<key>tools.itharbors.com</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSTemporaryExceptionMinimumTLSVersion</key>
<string>TLSv1.1</string>
</dict>
</dict>
</dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>

2
web

@ -1 +1 @@
Subproject commit 8737f56bda7e73233ecca06369134bc83c4fa008
Subproject commit 5bb9351877ee92302c8380a29f86a8bae24751c4