Files
cally/eas.json
Milan Paunovic dfe7301f6d bugfixes
2024-11-28 08:38:52 +01:00

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"
}
}
}
}