From 2286818641e4515cd70692eb4d471992e34f1ad5 Mon Sep 17 00:00:00 2001 From: Walid Kayhal <3347810+waliid@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:54:29 +0100 Subject: [PATCH] Try running tvOS tests on tvOS 18.0 --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 78acc1cc..ace03334 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -20,7 +20,7 @@ TESTFLIGHT_PLATFORMS = { DEVICES = { ios: 'iPhone 16', - tvos: 'Apple TV' + tvos: 'Apple TV (tvOS 18.0)' }.freeze ICON_GLOBS = {