wellnua-lite/eas.json
Sergei a2eb4e6882 Fix iOS audio and transcript streaming
- Add AVAudioSession configuration via @livekit/react-native
- Configure playAndRecord, defaultToSpeaker, voiceChat for iOS
- Fix transcript spam: update existing message until isFinal
- Remove unused Sherpa TTS service
- Add simulator build profile to eas.json
2026-01-16 13:56:29 -08:00

40 lines
814 B
JSON

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