mirror of
https://github.com/DocNR/POWR.git
synced 2025-04-19 19:01:18 +00:00
21 lines
406 B
JSON
21 lines
406 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 3.7.2"
|
|
},
|
|
"build": {
|
|
"development-simulator": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"ios": {
|
|
"simulator": true
|
|
}
|
|
},
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"android": {
|
|
"buildType": "apk"
|
|
}
|
|
}
|
|
}
|
|
} |