mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-08-29 06:15:39 -04:00
28 lines
419 B
JSON
28 lines
419 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 18.3.0",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"production": {
|
|
"autoIncrement": true
|
|
},
|
|
"development": {
|
|
"developmentClient": true,
|
|
"ios": {
|
|
"simulator": true
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {
|
|
"ios": {
|
|
"ascAppId": "6760432427"
|
|
},
|
|
"android": {
|
|
"track": "internal"
|
|
}
|
|
}
|
|
}
|
|
}
|