fix(assets): rename splash_dark.png to splash-dark.png

Match the filename @capacitor/assets expects so iOS uses the custom
dark splash instead of the logo-on-black fallback.
This commit is contained in:
Jose Olarte III
2026-07-17 20:04:08 +08:00
parent cfe90fd04e
commit 8e6c83021f
9 changed files with 14 additions and 14 deletions

View File

@@ -199,7 +199,7 @@ icon and splash screen generation across all platforms.
### Asset Sources
- **Single source of truth**: `resources/` directory (Capacitor default)
- **Source files**: `icon.png`, `splash.png`, `splash_dark.png`
- **Source files**: `icon.png`, `splash.png`, `splash-dark.png`
- **Format**: PNG or SVG files for optimal quality
### Asset Generation