Skip to content

feat(mobile): integrate app icon - #58

Merged
cafca merged 4 commits into
mainfrom
pv/app-icon
Apr 24, 2026
Merged

feat(mobile): integrate app icon#58
cafca merged 4 commits into
mainfrom
pv/app-icon

Conversation

@cafca

@cafca cafca commented Apr 24, 2026

Copy link
Copy Markdown
Owner

Summary

  • Wires design/logo/AppIcon-1024.png (added in 83fa9b5) into the iOS AppIcon asset catalog.
  • Adds flutter_launcher_icons ^0.14.4 as a dev dep in mobile/pubspec.yaml with an iOS-only config block (remove_alpha_ios: true).
  • Regenerates all 15 existing Icon-App-*.png, adds 6 legacy sizes (50/57/72), and rewrites Contents.json.

Notes for reviewer

  • project.pbxproj flips ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS from YESAppIcon. This is a side-effect of the generator; it scopes Swift asset-symbol generation to the AppIcon set and is harmless.
  • Source PNG is 1024×1024 RGB (no alpha), App Store safe.
  • Regenerate after future icon edits: cd mobile && dart run flutter_launcher_icons.

Test plan

  • just dev-ios-sim — confirm new icon on simulator springboard
  • just test-mobile passes (analyze + test)

cafca added 4 commits April 24, 2026 13:41
Generates all iOS AppIcon sizes from design/logo/AppIcon-1024.png.
Adds flutter_launcher_icons ^0.14.4 as dev dep with ios-only config.
@cafca
cafca merged commit f209d77 into main Apr 24, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant