From 9d6871c5b5c3ba24623dbdc5dfdf68760068214b Mon Sep 17 00:00:00 2001 From: Nicolas CHAIX Date: Wed, 21 Jan 2026 15:07:58 +0100 Subject: [PATCH] use iPhone 17 --- .github/scripts/uitests_for_ios.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/uitests_for_ios.sh b/.github/scripts/uitests_for_ios.sh index f825ae5..f6c2733 100755 --- a/.github/scripts/uitests_for_ios.sh +++ b/.github/scripts/uitests_for_ios.sh @@ -5,7 +5,7 @@ #---------------------------------------------------------- # Search for device ID -DEVICE=$(xcrun simctl list devices | grep -m 1 'iPhone 16' | grep -E -o -i '([0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12})') +DEVICE=$(xcrun simctl list devices | grep -m 1 'iPhone 17' | grep -E -o -i '([0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12})') # (re)Launch simulator xcrun simctl shutdown "${DEVICE}"