What problem does it solve?
MAUI apps require careful configuration of icons and splash screens across Android, iOS, Mac Catalyst, and Windows, with platform-specific references and build-time asset generation. This skill centralizes those tasks to reduce manual setup, ensure consistent branding, and simplify maintenance.
Core Features & Use Cases
- Single-source icon support with MauiIcon that resizes SVGs to platform PNGs at build time.
- Composed / layered icons enabling Android adaptive icons via background and foreground layers.
- Platform-specific references and mappings (AndroidManifest.xml, Info.plist, Windows packaging) for icons and launch screens.
- Splash screen handling through MauiSplashScreen with color and base size control across platforms.
- SVG-to-PNG conversion and size guidelines to optimize assets and build performance.
- Troubleshooting guidance to resolve common asset rendering and icon issues.
Quick Start
Provide MauiIcon and MauiSplashScreen resources in your MAUI project and let the build process generate platform-specific icons and splash screens.