Disable App Transport Security (ATL) for CFStream test suite (#28310)

pull/28314/head
Denny C. Dai 3 years ago committed by GitHub
parent d4229332ce
commit 3c28d6e65c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      test/core/iomgr/ios/CFStreamTests/Info.plist

@ -18,5 +18,10 @@
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>

Loading…
Cancel
Save