mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 06:28:14 -04:00
24 lines
333 B
JSON
24 lines
333 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 0.56.0"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"distribution": "internal",
|
|
"android": {
|
|
"gradleCommand": ":app:assembleDebug"
|
|
},
|
|
"ios": {
|
|
"buildConfiguration": "Debug"
|
|
}
|
|
},
|
|
"preview": {
|
|
"distribution": "internal"
|
|
},
|
|
"production": {}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|