From ca4b233b9decd19973b5d9d7e9a20588185ff502 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 29 Jul 2025 19:40:51 +0000 Subject: [PATCH 1/2] Initial plan From 6d0fe4a1f42b3d19bb710488f2fa11eeb3cdcefc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 29 Jul 2025 19:46:00 +0000 Subject: [PATCH 2/2] Fix iPhone 8 simulator CI issue by updating default simulator Co-authored-by: lalitb <1196320+lalitb@users.noreply.github.com> --- build-tests-ios.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tests-ios.sh b/build-tests-ios.sh index bf29a50b3..2a6eeafc8 100755 --- a/build-tests-ios.sh +++ b/build-tests-ios.sh @@ -1,7 +1,7 @@ #!/bin/sh cd ${0%/*} SKU=${1:-release} -SIMULATOR=${2:-iPhone 8} +SIMULATOR=${2:-iPhone 15} set -e