Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
Merge pull request #73 from OliverJAsh/patch-2
Browse files Browse the repository at this point in the history
Docs: add note about trusting device
  • Loading branch information
auchenberg authored Sep 11, 2017
2 parents 631a8ff + f5ce325 commit 13fd2d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 13fd2d2

Please sign in to comment.