Skip to content

Commit 41f7a64

Browse files
committed
use newer ios/tvos versions as not found
1 parent cd801c6 commit 41f7a64

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/functional-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
xcodeVersion: ['16.2', '15.4']
3434
include:
3535
- xcodeVersion: '16.2'
36-
iosVersion: '18.2'
36+
iosVersion: '18.5'
3737
deviceName: 'iPhone 16'
38-
tvosVersion: '18.2'
38+
tvosVersion: '18.5'
3939
tvosDeviceName: 'Apple TV'
4040
platform: macos-15
4141
- xcodeVersion: '15.4'

lib/driver.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ const BUNDLE_VERSION_PATTERN = /CFBundleVersion\s+=\s+"?([^(;|")]+)/;
182182
* @privateRemarks **This class should be considered "final"**. It cannot be extended
183183
* due to use of public class field assignments. If extending this class becomes a hard requirement, refer to the implementation of `BaseDriver` on how to do so.
184184
*/
185-
// @ts-ignore temporary to pass build for now
186185
export class XCUITestDriver extends BaseDriver {
187186
static newMethodMap = newMethodMap;
188187

lib/execute-method-map.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,5 +573,4 @@ export const executeMethodMap = {
573573
optional: ['args', 'timeout'],
574574
},
575575
},
576-
// @ts-ignore temporary to pass build for now
577576
} as const satisfies ExecuteMethodMap<XCUITestDriver>;

0 commit comments

Comments
 (0)