Skip to content

Commit

Permalink
updated docs for ios-sign for real device
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 committed Aug 26, 2024
1 parent 38c40cd commit 6e79472
Show file tree
Hide file tree
Showing 3 changed files with 734 additions and 3 deletions.
6 changes: 4 additions & 2 deletions documentation/docs/ios-signing.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,17 @@ Choose the resigned IPA named `wda-resign.ipa` and click "Upload." You should se
## How do I build WebDriverAgent from source?

The plugin has in build script that can help you build the WDA IPA to test on real devices.
set _MOBILE_PROVISION_PATH_ to environment.

Run the command below to build the WebDriverAgent from source.
```javascript
appium plugin run device-farm prepare-wda
```
The above script will pick WebDriverAgent project installed globally from xcuitest-driver.

If you want to provide the custom path of WebDriverAgent project then set _WDA_PROJECT_PATH_ to environment.
If you want to provide the custom path of WebDriverAgent project then set _WDA_PROJECT_PATH_ or Provide a provision profile then run the command.
```javascript
appium plugin run device-farm prepare-wda --wda-project-path=<path-to-WDA-project> --mobile-provisioning-file=<path-to-provision-profile>
```

You should have all the provision certificates installed on your machine to build the WebDriverAgent from source in path.
```
Expand Down
Loading

0 comments on commit 6e79472

Please sign in to comment.