mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 15:13:25 +00:00
29 lines
446 B
JSON
29 lines
446 B
JSON
{
|
|
"build": {
|
|
"production": {
|
|
"android": {
|
|
"buildType": "app-bundle"
|
|
}
|
|
},
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal"
|
|
},
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"ios": {
|
|
"simulator": true
|
|
},
|
|
"android": {
|
|
"buildType": "apk"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
},
|
|
"cli": {
|
|
"version": ">= 5.2.0"
|
|
}
|
|
}
|