-
Notifications
You must be signed in to change notification settings - Fork 475
Description
Sorry, maybe this is the wrong place to ask, but here goes. AFAICT the primary use for this tool is remote web dev tools.
This lists 3 frontends: firefox, safari forks, and chrome devtools.
-
Chrome devtools, as reported, are simply no longer compatible. Per Empty devtools window #422
-
The firefox plugin (valence) is archived and hasn't been updated in 6 years. Supposedly firefox is now natively compatible with chrome remote debug protocol, but no mention of safari (and I'd guess not). Trying the built dev tools with the ios remote shows the same as Empty devtools window #422
-
Of the safari-related tools, one is archived, the other clones webkit to get required files. But webkit appears to no longer be tagging safari versions - does this mean they aren't releasing safari-related changes any more? I tried https://git.gay/besties/ios-safari-remote-debug but also getting "Unsupported IOS version" and looking at the source it clones webkit for required files too
TBH I assume both chrome and firefox, to some extent, were relying on webkit source.