Go to file
2024-04-25 02:16:55 -05:00
build Initial Commit 2024-02-20 23:54:54 -06:00
demo Add README.md 2024-02-21 11:06:45 -06:00
injectedCode Initial Commit 2024-02-20 23:54:54 -06:00
server fix iosValidVersions 2024-03-29 23:33:21 -05:00
views fix toSupportedVersion 2024-04-25 02:16:55 -05:00
.gitignore Initial Commit 2024-02-20 23:54:54 -06:00
.prettierrc Initial Commit 2024-02-20 23:54:54 -06:00
go.mod Initial Commit 2024-02-20 23:54:54 -06:00
go.sum Initial Commit 2024-02-20 23:54:54 -06:00
main.go Initial Commit 2024-02-20 23:54:54 -06:00
README.md Add README.md 2024-02-21 11:06:45 -06:00

ios-safari-remote-debug

A remote debugger for iOS Safari- that you can run on a remote server!

You will need to run an install of ios_webkit_debug_proxy on the device you'll be accessing the debugger from. You'll need to be connected over a cable to an iPhone, and be navigated to a page in Safari.

Use an external install

Follow the steps above, and navigate to ios-safari-debug.besties.house.

Selfhosting

git clone https://git.gay/besties/ios-safari-remote-debug/
cd ios-safari-remote-debug
go build
./ios-safari-remote-debug build
./ios-safari-remote-debug serve

Then, once again run ios_webkit_debug_proxy. Then you can navigate to http://127.0.0.1:8924!