chore(mobile): update iOS build image to Xcode 26 for iOS 26 SDK compliance

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-15 11:57:30 +00:00
parent 552c4ea819
commit 69664ec6cd
+3 -3
View File
@@ -9,7 +9,7 @@
"distribution": "internal", "distribution": "internal",
"node": "20.19.4", "node": "20.19.4",
"ios": { "ios": {
"image": "macos-sequoia-15.3-xcode-16.2" "image": "macos-sequoia-15.5-xcode-26.0"
} }
}, },
"preview": { "preview": {
@@ -17,14 +17,14 @@
"node": "20.19.4", "node": "20.19.4",
"ios": { "ios": {
"simulator": false, "simulator": false,
"image": "macos-sequoia-15.3-xcode-16.2" "image": "macos-sequoia-15.5-xcode-26.0"
} }
}, },
"production": { "production": {
"autoIncrement": true, "autoIncrement": true,
"node": "20.19.4", "node": "20.19.4",
"ios": { "ios": {
"image": "macos-sequoia-15.3-xcode-16.2" "image": "macos-sequoia-15.5-xcode-26.0"
} }
} }
}, },