mirror of
https://github.com/Termix-SSH/Mobile.git
synced 2026-07-28 05:51:43 +02:00
34 lines
565 B
JSON
34 lines
565 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 16.19.1",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"preview": {
|
|
"android": {
|
|
"buildType": "apk"
|
|
},
|
|
"ios": {
|
|
"buildConfiguration": "Release",
|
|
"enterpriseProvisioning": "adhoc"
|
|
}
|
|
},
|
|
"production": {
|
|
"autoIncrement": true,
|
|
"android": {
|
|
"buildType": "app-bundle"
|
|
},
|
|
"ios": {
|
|
"buildConfiguration": "Release"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {
|
|
"ios": {
|
|
"ascAppId": "6752672071"
|
|
}
|
|
}
|
|
}
|
|
}
|