managarten/apps/matrix/apps/mobile/eas.json
Till JS 50b1a07669 fix(matrix-mobile): use sdk-55 build image instead of deprecated default
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 10:49:03 +01:00

37 lines
578 B
JSON

{
"cli": {
"version": ">= 15.0.15",
"appVersionSource": "remote"
},
"build": {
"base": {
"node": "22.22.1",
"pnpm": "9.15.0",
"env": {
"EAS_BUILD_RUNNER": "eas-build-on-success"
}
},
"development": {
"extends": "base",
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"extends": "base",
"distribution": "internal",
"ios": {
"simulator": true
}
},
"production": {
"extends": "base",
"autoIncrement": true,
"ios": {
"image": "sdk-55"
}
}
},
"submit": {
"production": {}
}
}