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

chore: Bump WDA #2451

Merged
merged 1 commit into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/installation/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ The following table lists the minimum driver versions required for specific Xcod
| Xcode 14-beta.3 / iOS 16 Beta | 4.7.4 |
| Xcode 14.3 / iOS 16.4 | 4.21.7 |
| Xcode 15 / iOS 17 | 4.35.0 |
| Xcode 16-beta.5 / iOS 18 | 7.24.15 |

The following table lists the last driver versions that are compatible with older Xcode versions:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"appium-ios-device": "^2.5.4",
"appium-ios-simulator": "^6.1.7",
"appium-remote-debugger": "^12.0.3",
"appium-webdriveragent": "^8.9.0",
"appium-webdriveragent": "^8.9.1",
"appium-xcode": "^5.1.4",
"async-lock": "^1.4.0",
"asyncbox": "^3.0.0",
Expand Down
Loading