2026-02-19 00:11:31 +00:00
|
|
|
{
|
|
|
|
|
"cli": {
|
|
|
|
|
"version": ">= 18.0.1",
|
|
|
|
|
"appVersionSource": "remote"
|
|
|
|
|
},
|
|
|
|
|
"build": {
|
|
|
|
|
"development": {
|
|
|
|
|
"developmentClient": true,
|
2026-06-20 16:07:12 +01:00
|
|
|
"distribution": "internal",
|
|
|
|
|
"ios": {
|
|
|
|
|
"image": "sdk-56"
|
|
|
|
|
}
|
2026-02-19 00:11:31 +00:00
|
|
|
},
|
2026-02-22 17:53:13 +00:00
|
|
|
"development-simulator": {
|
|
|
|
|
"extends": "development",
|
|
|
|
|
"ios": {
|
2026-06-20 16:07:12 +01:00
|
|
|
"image": "sdk-56",
|
|
|
|
|
"simulator": true
|
2026-02-22 17:53:13 +00:00
|
|
|
}
|
|
|
|
|
},
|
2026-02-19 00:11:31 +00:00
|
|
|
"preview": {
|
|
|
|
|
"distribution": "internal"
|
|
|
|
|
},
|
|
|
|
|
"production": {
|
|
|
|
|
"autoIncrement": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"submit": {
|
|
|
|
|
"production": {}
|
|
|
|
|
}
|
|
|
|
|
}
|