wellnua-lite/eas.json
Sergei 8bc9649146 WellNuo Lite v1.0.0 - simplified version for App Store review
- Removed voice input features
- Simplified profile page (only legal links and logout)
- Chat with AI context working
- Auto-select first beneficiary
- Dashboard WebView intact

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

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

30 lines
598 B
JSON

{
"cli": {
"version": ">= 5.0.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {
"ios": {
"ascAppId": "6756594148",
"appleTeamId": "UHLZD54ULZ",
"ascApiKeyIssuerId": "dcac5647-0710-4764-affd-2d3270bf49d4",
"ascApiKeyId": "GA9C2GRPHS",
"ascApiKeyPath": "./AuthKey_GA9C2GRPHS.p8"
}
}
}
}