From 1dc9ac4eaf3641089585ddaf0b1279f77ad38136 Mon Sep 17 00:00:00 2001 From: Mathis Pierron Date: Mon, 27 Nov 2023 13:41:17 +0000 Subject: [PATCH] Change TvOS version --- FabricTvOSExample/e2e/config.ts | 2 +- TvOSExample/e2e/config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FabricTvOSExample/e2e/config.ts b/FabricTvOSExample/e2e/config.ts index 3396505..46e5289 100644 --- a/FabricTvOSExample/e2e/config.ts +++ b/FabricTvOSExample/e2e/config.ts @@ -3,7 +3,7 @@ import {RemoteOptions} from 'webdriverio'; const capabilities = { platformName: 'tvOS', 'appium:automationName': 'XCUITest', - 'appium:platformVersion': '17.0', + 'appium:platformVersion': '16.0', 'appium:deviceName': 'Apple TV', 'appium:app': process.env.APP_PATH, }; diff --git a/TvOSExample/e2e/config.ts b/TvOSExample/e2e/config.ts index 3396505..46e5289 100644 --- a/TvOSExample/e2e/config.ts +++ b/TvOSExample/e2e/config.ts @@ -3,7 +3,7 @@ import {RemoteOptions} from 'webdriverio'; const capabilities = { platformName: 'tvOS', 'appium:automationName': 'XCUITest', - 'appium:platformVersion': '17.0', + 'appium:platformVersion': '16.0', 'appium:deviceName': 'Apple TV', 'appium:app': process.env.APP_PATH, };