chahinebrini 1a201289cc chore(eas): drop the update channels (no expo-updates installed yet)
The preview/production profiles referenced channel "preview"/"production" which
requires expo-updates + `eas update:configure`. Not needed for the TestFlight
build; dropping them avoids the install prompt. (Re-add when we deliberately
wire up EAS Update / OTA.)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 23:30:18 +02:00

62 lines
1.3 KiB
JSON

{
"cli": {
"version": ">= 5.0.0",
"appVersionSource": "local"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"env": {
"EXPO_PUBLIC_API_URL": "https://staging.rebreak.org"
},
"ios": {
"simulator": false
},
"android": {
"buildType": "apk"
}
},
"preview": {
"distribution": "store",
"env": {
"EXPO_PUBLIC_API_URL": "https://staging.rebreak.org"
},
"ios": {
"resourceClass": "m-medium",
"autoIncrement": false
},
"android": {
"buildType": "apk",
"autoIncrement": false
}
},
"production": {
"env": {
"EXPO_PUBLIC_API_URL": "https://staging.rebreak.org"
},
"ios": {
"resourceClass": "m-medium",
"autoIncrement": false
},
"android": {
"buildType": "app-bundle",
"autoIncrement": false
}
}
},
"submit": {
"production": {
"ios": {
"appleId": "tunisie@hotmail.de",
"ascAppId": "6762027467",
"appleTeamId": "84BQ7MTFYK"
},
"android": {
"serviceAccountKeyPath": "<TODO: lokaler Pfad zu Google-Cloud-Service-Account-JSON, z.B. ~/secrets/rebreak-play-service-account.json>",
"track": "internal"
}
}
}
}