mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 17:11:17 +00:00
28 lines
411 B
JSON
28 lines
411 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 18.0.1",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal"
|
|
},
|
|
"development-simulator": {
|
|
"extends": "development",
|
|
"ios": {
|
|
"simulator": "true"
|
|
}
|
|
},
|
|
"preview": {
|
|
"distribution": "internal"
|
|
},
|
|
"production": {
|
|
"autoIncrement": true
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|