Skip to content

Commit 2704754

Browse files
authored
Merge pull request #92 from VKCOM/di/update-doc
update doc
2 parents 2f99f12 + 7ba682b commit 2704754

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ The easiest way to run the provider is to do
2525

2626
Note: some features require direct access to the provider instance from the browser, so if you are running the provider on a different machine - make sure you pass accessible url to the --public-ip.
2727

28-
For iOS support:
29-
1) You need to set up macOS node (for example we use Mac Mini on Intel Processor)
30-
2) Then clone and build this repo
31-
3) Also, you need to install pymobiledevice3
32-
4) Now see [iOS doc](./doc/ios-device.md)
28+
If you also want to add an iOS device see [this document](./doc/ios-device.md)
3329

3430
## Features
3531

doc/ios-device.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
# iOS device launch via run-wda.sh
1+
# Adding an iOS device to DeviceHub
22

3-
This script is designed to set up and run WebDriverAgent on an iOS device using `idb` and `pymobiledevice3`. It also sets up port forwarding for interacting with the device via `stf`.
3+
See [lib/cli/ios-device/run-wda.sh](../lib/cli/ios-device/run-wda.sh)
4+
This script is designed to set up and run WebDriverAgent on an iOS device using `idb` and `pymobiledevice3`. It also sets up port forwarding that is needed for the ios-provider.
45

56
## Requirements
67

78
- Installed `git`
89
- Installed `idb`
9-
- Installed `pymobiledevice3`
10+
- Installed `pymobiledevice3` (use our fork [https://github.com/irdkwmnsb/pymobiledevice3](https://github.com/irdkwmnsb/pymobiledevice3))
1011
- Installed `xcodebuild`
11-
- Installed `stf`
12+
- Installed the `stf` command from this repository (clone this repository and do `npm ci` followed by `npm link`)
1213
- Access to MongoDB which used by stf
13-
Note: You need to create you own provisioning profile in XCode
14+
Note: You need to create you own provisioning profile in XCode for the [WebDriverAgent project](../WebDriverAgent)
1415
## Usage
1516

1617
```bash

0 commit comments

Comments
 (0)