From 69664ec6cdb0bcfc3742fa9d75eed2125ed9ca12 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Mar 2026 11:57:30 +0000 Subject: [PATCH] chore(mobile): update iOS build image to Xcode 26 for iOS 26 SDK compliance Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- mobile/eas.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/eas.json b/mobile/eas.json index 7b2f17f6..36aeabf6 100644 --- a/mobile/eas.json +++ b/mobile/eas.json @@ -9,7 +9,7 @@ "distribution": "internal", "node": "20.19.4", "ios": { - "image": "macos-sequoia-15.3-xcode-16.2" + "image": "macos-sequoia-15.5-xcode-26.0" } }, "preview": { @@ -17,14 +17,14 @@ "node": "20.19.4", "ios": { "simulator": false, - "image": "macos-sequoia-15.3-xcode-16.2" + "image": "macos-sequoia-15.5-xcode-26.0" } }, "production": { "autoIncrement": true, "node": "20.19.4", "ios": { - "image": "macos-sequoia-15.3-xcode-16.2" + "image": "macos-sequoia-15.5-xcode-26.0" } } },