You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 29, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,17 +19,17 @@ Before you use this adapter you need to make sure you have the [latest version o
19
19
Follow the instructions to install [ios-webkit-debug-proxy](https://github.com/google/ios-webkit-debug-proxy#installation) and [libimobiledevice](https://github.com/libimobiledevice/libimobiledevice)
20
20
21
21
#### Windows
22
-
All dependencies should be bundled. You should be good to go.
23
22
24
-
**iOS 10 & 11 on Windows**: Please be aware that iOS11 debugging might not work on Windows as the bundled version of [/ios-webkit-debug-proxy-win32](https://github.com/artygus/ios-webkit-debug-proxy-win32) may be out of date.
23
+
Install [ios-webkit-debug-proxy](https://github.com/google/ios-webkit-debug-proxy#installation) and [libimobiledevice](https://github.com/libimobiledevice/libimobiledevice). On Windows you can use [scoop](http://scoop.sh/):
25
24
26
-
**Windows 64-bit environments**:
27
-
Install the x64 version with [scoop](http://scoop.sh/)
28
25
```
29
26
scoop bucket add extras
30
27
scoop install ios-webkit-debug-proxy
28
+
npm install -g vs-libimobile
31
29
```
32
30
31
+
32
+
33
33
#### OSX/Mac
34
34
Make sure you have Homebrew installed, and run the following command to install [ios-webkit-debug-proxy](https://github.com/google/ios-webkit-debug-proxy) and [libimobiledevice](https://github.com/libimobiledevice/libimobiledevice)
0 commit comments