Skip to content

xiaowuming/ios-webkit-debug-proxy-win32

 
 

Repository files navigation

iOS WebKit Debug Proxy Win32

Win32 port of ios-webkit-debug-proxy (https://github.com/google/ios-webkit-debug-proxy).

The ios-webkit-debug-proxy allows developers to inspect MobileSafari and UIWebViews on real and simulated iOS devices via the DevTools UI and WebKit Remote Debugging Protocol. DevTools requests are translated into Apple's Remote Web Inspector service calls.

For more info please refer to original README

Binaries

Get latest build from SourceForge

Why win32 port?

Of course you can use any vm software to compile and run original ios-webkit-debug-proxy and forward usb/ports but it's not very cool, isn't it?

Notes

  • To debug with with ios-webkit-debug-proxy you need to have iTunes installed (after installation you can safely remove iTunes from Programs and Features, just leave Apple Mobile Device Support and Apple Application Support applications)
  • To compile you need libimobiledevice-win32 solution
  • The project compilation was tested with VS2012 only

Troubleshooting

  • If when starting app you get the "connect: No error" message, please check that Apple Mobile Device service is running
  • If you see open pages of the iOS device for debugging, but when click on them you get a blank dev tools window just click on the shield icon in the address bar and choose "Load unsafe script"

About

Win32 port of ios-webkit-debug-proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.3%
  • Other 0.7%