wellnua-lite/eas.json
Sergei 74550abf1f Fix Apple Team ID to Robert Zmrzli (UHLZD54ULZ)
- app.json: Added appleTeamId for correct team
- eas.json: Added submit.production.ios.appleTeamId

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-24 17:40:47 -08:00

26 lines
406 B
JSON

{
"cli": {
"version": ">= 5.0.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {
"ios": {
"appleTeamId": "UHLZD54ULZ"
}
}
}
}