mirror of
https://github.com/linkwarden/linkwarden.git
synced 2026-03-03 00:27:01 +00:00
42 lines
773 B
JSON
42 lines
773 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 16.20.1",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"preview": {
|
|
"android": {
|
|
"buildType": "apk"
|
|
}
|
|
},
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal"
|
|
},
|
|
"simulator": {
|
|
"extends": "development",
|
|
"ios": {
|
|
"simulator": true
|
|
}
|
|
},
|
|
"production": {
|
|
"corepack": true,
|
|
"distribution": "store",
|
|
"autoIncrement": true,
|
|
"channel": "production"
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {
|
|
"ios": {
|
|
"ascAppId": "6752550960"
|
|
},
|
|
"android": {
|
|
"serviceAccountKeyPath": "./service-account-file.json",
|
|
"track": "internal",
|
|
"releaseStatus": "draft"
|
|
}
|
|
}
|
|
}
|
|
}
|