mirror of
https://github.com/urosran/cally.git
synced 2025-07-09 22:57:16 +00:00
34 lines
638 B
JSON
34 lines
638 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 10.0.0",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"channel": "development"
|
|
},
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"channel": "production",
|
|
"android": {
|
|
"buildType": "apk"
|
|
}
|
|
},
|
|
"production": {
|
|
"channel": "production",
|
|
"autoIncrement": true
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {
|
|
"ios": {
|
|
"appleId": "paunovic.milan@icloud.com",
|
|
"ascAppId": "6680186520",
|
|
"appleTeamId": "MV9C3PHV87"
|
|
}
|
|
}
|
|
}
|
|
}
|