Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add appium:usePreinstalledWDA for real iOS 17 devices #2350

Merged
merged 5 commits into from
Mar 24, 2024

Conversation

KazuCocoa
Copy link
Member

No description provided.

For example, after building the WebDriverAgent with Xcode with proper sign, it generates `/Users/<user>/Library/Developer/Xcode/DerivedData/WebDriverAgent-ezumztihszjoxgacuhatrhxoklbh/Build/Products/Debug-appletvos/WebDriverAgentRunner-Runner.app`.
Then you can remove `Frameworks/XC**` in `WebDriverAgentRunner-Runner.app` like `rm Frameworks/WebDriverAgentRunner-Runner.app/XC**`.

Configuring `appium:prebuiltWDAPath` to the `/Users/<user>/Library/Developer/Xcode/DerivedData/WebDriverAgent-ezumztihszjoxgacuhatrhxoklbh/Build/Products/Debug-appletvos/WebDriverAgentRunner-Runner.app` would install the`WebDriverAgentRunner-Runner.app`, which has no `Frameworks/XC**` to the target device and launch it with `devicectl` command as part of `appium:usePreinstalledWDA` functionality.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing space after the

@KazuCocoa KazuCocoa merged commit ec5a1f7 into master Mar 24, 2024
18 checks passed
@KazuCocoa KazuCocoa deleted the prebuild-real branch March 24, 2024 00:31
github-actions bot pushed a commit that referenced this pull request Mar 24, 2024
## [7.5.0](v7.4.2...v7.5.0) (2024-03-24)

### Features

* add appium:usePreinstalledWDA for real iOS 17 devices ([#2350](#2350)) ([ec5a1f7](ec5a1f7))
Copy link
Contributor

🎉 This PR is included in version 7.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

KazuCocoa added a commit that referenced this pull request Mar 25, 2024
* feat: add appium:usePreinstalledWDA for real iOS 17 devices

* add Xcode 15

* add version
KazuCocoa pushed a commit that referenced this pull request Mar 25, 2024
## [7.5.0](v7.4.2...v7.5.0) (2024-03-24)

### Features

* add appium:usePreinstalledWDA for real iOS 17 devices ([#2350](#2350)) ([ec5a1f7](ec5a1f7))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants