Skip to content

Commit

Permalink
Update mobile-web.md
Browse files Browse the repository at this point in the history
Minor update to the bug note. The proxy works against iOS7 as long as you click trust this machine first.
  • Loading branch information
snevesbarros committed Nov 13, 2013
1 parent b04decd commit 3d5b18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mobile-web.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Then, use desired capabilities like these to run your test in mobile Safari:

To be able to run your tests against mobile Safari we use the [SafariLauncher App](https://github.com/snevesbarros/SafariLauncher) to launch Safari. Once Safari has been launched the Remote Debugger automatically connects using the [ios-webkit-webkit-proxy](https://github.com/google/ios-webkit-debug-proxy).

<b>NOTE:</b> There is currently [a bug](https://github.com/google/ios-webkit-debug-proxy/issues/38) in the ios-webkit-debug-proxy which prevents it from running against iOS7
<b>NOTE:</b> There is currently [a bug](https://github.com/google/ios-webkit-debug-proxy/issues/38) in the ios-webkit-debug-proxy. You have to trust the machine before you can run the ios-webkit-debug-proxy against your iOS device.

#### Setup

Expand Down

0 comments on commit 3d5b18c

Please sign in to comment.