From f5ce3254f63cd9697e4853bc62d6437f7fa4e930 Mon Sep 17 00:00:00 2001 From: Oliver Joseph Ash Date: Mon, 11 Sep 2017 12:44:27 +0100 Subject: [PATCH] Docs: add note about trusting device Fixes https://github.com/RemoteDebug/remotedebug-ios-webkit-adapter/issues/72 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2a9cc11..30c62c2 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,11 @@ Options: ## Usage ### Usage with Chrome (Canary) and Chrome DevTools +In order for your iOS targets to show up in Chrome, you must: + +- Open iOS Safari preferences and enable "Web Inspector" +- Use macOS Safari to inspect an iOS Safari tab. This will ensure the device is trusted. + You can have your iOS targets show up in Chrome's `chrome://inspect` page by leveraging the new network discoverbility feature where you simple add the IP of computer running the adapter ala `localhost:9000`. ![](.readme/chrome_inspect.png)