From 90e6f69e1a7bb49250206ebc56e4ed585577b483 Mon Sep 17 00:00:00 2001 From: Tim Bert <5411131+timbms@users.noreply.github.com> Date: Fri, 24 Jan 2025 21:13:01 +0100 Subject: [PATCH] iOS 17.5 Signed-off-by: Tim Bert <5411131+timbms@users.noreply.github.com> --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 2022695e..f016e49b 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -57,7 +57,7 @@ platform :ios do scheme: 'openHABTestsSwift', xcargs: '-skipPackagePluginValidation', testplan: 'openHABTests', - devices: ['iPhone 15 Pro (17.0)'], + devices: ['iPhone 15 Pro (17.5)'], clean: true ) end