Skip to content

v11.12.4

Latest

Choose a tag to compare

@doronz88 doronz88 released this 10 Sep 17:55
· 2 commits to master since this release
40795f0

Highlights

馃悰 webinspector cdp works on iOS 12 again

iOS 12 Safari does not send WIRAutomationAvailabilityKey, neither in its application dictionary
nor in _rpc_reportCurrentState. Both places indexed the key directly, so webinspector cdp
crashed with a KeyError before serving anything. A missing key is now treated as
WIRAutomationAvailabilityUnknown.

Thanks to @LeaveMyYard for the fix (#1945), verified on an iPhone 5s running iOS 12.5.8 and still
working on iOS 13.4.1, 18.7.8, 26.2.1 and 26.6.

What's Changed

New Contributors

Full Changelog: v11.12.3...v11.12.4