mirror of
https://github.com/odoobiznes/BUS-Ticket-client.git
synced 2026-05-28 05:14:45 +00:00
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>
62 lines
1.2 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|