Files
sf-app-platform/apps/mobile_app/flutter_launcher_icons-production.yaml
JulianAlcala ef0abc2f85 feat: add multi-environment support (development, staging, production)
- Replace dotenv with compile-time dart-define-from-file config per flavor
  - Add Android product flavors with applicationIdSuffix and per-flavor AndroidManifest
  - Add iOS build configurations, schemes, per-flavor plists and entitlements
  - Configure ProGuard rules for R8 compatibility with Entrust/Antelop SDK
  - Restructure assets into shared/ and per-flavor directories
  - Generate per-flavor launcher icons for Android and iOS
  - Refactor app initialization into initApp() with per-flavor entry points
  - Update asset paths across auth, home, profile, splash modules and sf_shared
2026-03-01 00:12:47 +01:00

12 lines
414 B
YAML

flutter_launcher_icons:
android: true
ios: true
image_path: "assets/production/ic_logo.png"
image_path_android: "assets/production/ic_logo.png"
image_path_ios: "assets/production/ic_logo.png"
adaptive_icon_background: "assets/production/ic_logo_background.png"
adaptive_icon_foreground: "assets/production/ic_logo.png"
min_sdk_android: 21
background_color_ios: "#FFFFFF"
remove_alpha_ios: true