BUS-Ticket-client/eas.json
user 87d9bda46a BUS-Tickets Mobile v1.1.0 - Standalone Build
Features:
- OAuth authentication (Google, Facebook, Apple)
- Two-factor authentication (TOTP, SMS, Email)
- Multilingual support (cs, en, uk)
- Multi-provider bus operators
- Complete booking flow
- Push notifications
- Offline mode
- Dark/light theme

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 08:54:11 +00:00

62 lines
1.2 KiB
JSON

{
"cli": {
"version": ">= 7.0.0",
"appVersionSource": "local"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"simulator": true
},
"android": {
"buildType": "apk",
"gradleCommand": ":app:assembleDebug"
},
"env": {
"APP_ENV": "development"
}
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk",
"credentialsSource": "remote"
},
"ios": {
"resourceClass": "m-medium",
"credentialsSource": "remote"
},
"env": {
"APP_ENV": "preview"
}
},
"production": {
"android": {
"buildType": "app-bundle"
},
"ios": {
"resourceClass": "m-medium"
},
"env": {
"APP_ENV": "production"
},
"channel": "production",
"autoIncrement": true
}
},
"submit": {
"production": {
"android": {
"serviceAccountKeyPath": "./google-services.json",
"track": "internal"
},
"ios": {
"ascAppId": "your-app-store-connect-app-id",
"appleTeamId": "your-apple-team-id"
}
}
}
}