Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/scripts/uitests_for_ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down