Skip to content

Commit

Permalink
fix(ios): added support for iOS 13
Browse files Browse the repository at this point in the history
Starting with ios 13, some services require a connection over TLS.

However, it seems some services (debugserver) don't actually support it,
so after the TLS handshake completes, they begin sending unencrypted
traffic, which breaks the connection. node-ioslib 0.0.9 supports both
connecting to services over TLS and the scenario where they only
require the handshake.

Fixes #80
  • Loading branch information
tlancina authored and imhoffd committed Oct 15, 2019
1 parent 4a68700 commit c27675f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"debug": "^4.1.1",
"elementtree": "^0.1.7",
"ini": "^1.3.5",
"node-ioslib": "0.0.8",
"node-ioslib": "0.0.9",
"split2": "^3.1.0",
"through2": "^3.0.0",
"tslib": "^1.9.3",
Expand Down

0 comments on commit c27675f

Please sign in to comment.