Files
cally/eas.json
2024-10-12 12:44:11 +02:00

30 lines
546 B
JSON

{
"cli": {
"version": ">= 10.0.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"channel": "development"
},
"preview": {
"distribution": "internal",
"channel": "preview"
},
"production": {
"channel": "production",
"autoIncrement": true
}
},
"submit": {
"production": {
"ios": {
"appleId": "paunovic.milan@icloud.com",
"ascAppId": "6680186520",
"appleTeamId": "MV9C3PHV87"
}
}
}
}