commit 555e16a8931fdd0f1db5ff436154685c55bd176d
parent 0b2b30d91c99171e2d62bdc79af3e6a136e9f955
Author: Michael Camilleri <[email protected]>
Date: Tue, 24 Mar 2026 14:06:31 +0900
Make iOS 26 the default OS for iOS testing
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Scripts/test-ios-ui.sh b/Scripts/test-ios-ui.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -euo pipefail
-MAJOR="${1:-18}"
+MAJOR="${1:-26}"
RUNTIME=$(xcrun simctl list runtimes available \
| grep "iOS ${MAJOR}\." \
| sed 's/.*iOS \([0-9.]*\).*/\1/' \