Skip to content

Commit

Permalink
Merge branch 'master' into xcode-16.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Nov 13, 2024
2 parents 69524e9 + 2e9be57 commit ffb361d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ jobs:
fail-fast: false
matrix:
test_targets:
- XCODE_VERSION: '16.1.0'
- HOST_OS: 'macos-15'
XCODE_VERSION: '16.1.0'
IOS_VERSION: '18.1'
IOS_MODEL: iPhone 16 Plus
- XCODE_VERSION: '16.0.0'
IOS_VERSION: '18.0'
IOS_MODEL: iPhone 16 Plus
- XCODE_VERSION: '15.3'
- HOST_OS: 'macos-14'
XCODE_VERSION: '15.3'
IOS_VERSION: '17.4'
IOS_MODEL: iPhone 15 Plus
- XCODE_VERSION: 14.3.1
- HOST_OS: 'macos-13'
XCODE_VERSION: 14.3.1
IOS_VERSION: '16.4'
IOS_MODEL: iPhone 14 Plus

# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md
runs-on: macos-14
runs-on: ${{matrix.test_targets.HOST_OS}}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [8.11.1](https://github.com/appium/WebDriverAgent/compare/v8.11.0...v8.11.1) (2024-11-11)

### Miscellaneous Chores

* bump appium-ios-device ([#955](https://github.com/appium/WebDriverAgent/issues/955)) ([021f349](https://github.com/appium/WebDriverAgent/commit/021f34901866f4a7870914c00781b83bd0cbddc4))

## [8.11.0](https://github.com/appium/WebDriverAgent/compare/v8.10.1...v8.11.0) (2024-11-11)

### Features
Expand Down
4 changes: 2 additions & 2 deletions WebDriverAgentLib/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>8.11.0</string>
<string>8.11.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>8.11.0</string>
<string>8.11.1</string>
<key>NSPrincipalClass</key>
<string/>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appium-webdriveragent",
"version": "8.11.0",
"version": "8.11.1",
"description": "Package bundling WebDriverAgent",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down Expand Up @@ -76,7 +76,7 @@
"@appium/base-driver": "^9.0.0",
"@appium/strongbox": "^0.x",
"@appium/support": "^5.0.3",
"appium-ios-device": "^2.5.0",
"appium-ios-device": "^2.7.25",
"appium-ios-simulator": "^6.0.0",
"async-lock": "^1.0.0",
"asyncbox": "^3.0.0",
Expand Down

0 comments on commit ffb361d

Please sign in to comment.