- app.config.ts: android.versionCode 2 (was 1) - eas.json: development/preview/production profiles, EXPO_PUBLIC_API_URL=staging, appVersionSource=local, autoIncrement=false - avatars: switch DiceBear endpoint /svg -> /png — RN <Image> can't decode SVG, Hero-Avatars rendered transparent/blank on Android Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
64 lines
1.4 KiB
JSON
64 lines
1.4 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": "internal",
|
|
"env": {
|
|
"EXPO_PUBLIC_API_URL": "https://staging.rebreak.org"
|
|
},
|
|
"ios": {
|
|
"resourceClass": "m-medium",
|
|
"autoIncrement": false
|
|
},
|
|
"android": {
|
|
"buildType": "apk",
|
|
"autoIncrement": false
|
|
},
|
|
"channel": "preview"
|
|
},
|
|
"production": {
|
|
"env": {
|
|
"EXPO_PUBLIC_API_URL": "https://staging.rebreak.org"
|
|
},
|
|
"ios": {
|
|
"resourceClass": "m-medium",
|
|
"autoIncrement": false
|
|
},
|
|
"android": {
|
|
"buildType": "app-bundle",
|
|
"autoIncrement": false
|
|
},
|
|
"channel": "production"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|