48 lines
962 B
JSON
48 lines
962 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 3.15.1",
|
|
"appVersionSource": "local"
|
|
},
|
|
"build": {
|
|
"base": {
|
|
"node": "20.18.0",
|
|
"pnpm": "10.18.0"
|
|
},
|
|
"development": {
|
|
"extends": "production",
|
|
"distribution": "internal",
|
|
"android": {
|
|
"gradleCommand": ":app:assembleDebug"
|
|
},
|
|
"ios": {
|
|
"buildConfiguration": "Debug",
|
|
"simulator": true
|
|
}
|
|
},
|
|
"development:device": {
|
|
"extends": "development",
|
|
"distribution": "internal",
|
|
"ios": {
|
|
"buildConfiguration": "Debug",
|
|
"simulator": false
|
|
}
|
|
},
|
|
"preview": {
|
|
"extends": "production",
|
|
"distribution": "internal",
|
|
"ios": { "simulator": true },
|
|
"android": { "buildType": "apk" }
|
|
},
|
|
"preview:device": {
|
|
"extends": "preview",
|
|
"ios": { "simulator": false }
|
|
},
|
|
"production": {
|
|
"extends": "base"
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|