Skip to content

Commit 0f10e4f

Browse files
committed
fix(bootsplash): restore curated splash assets; stop overwriting assets/bootsplash
- Restore assets/bootsplash, Android drawables, and iOS BootSplash (c4ffc4) from pre-regenerate tree - bootsplash-generate: write CLI scales to assets/bootsplash-generated/ (gitignored); logo-width 160 - Document curated vs generated paths in development.md Made-with: Cursor
1 parent bd3ecf3 commit 0f10e4f

File tree

23 files changed

+22
-17
lines changed

23 files changed

+22
-17
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,7 @@ yarn-error.log
8282
# Claude Code local overrides and agent memory
8383
.claude/settings.local.json
8484
.claude/agent-memory-local/
85+
86+
# CLI-only splash scales (see scripts/bootsplash-generate.cjs)
87+
assets/bootsplash-generated/
88+
759 Bytes
Loading
713 Bytes
Loading
-138 Bytes
Loading
-1.41 KB
Loading
-5 KB
Loading

assets/bootsplash/logo.png

-1.11 KB
Loading

assets/bootsplash/logo@1,5x.png

-1.84 KB
Loading

assets/bootsplash/logo@2x.png

-2.36 KB
Loading

assets/bootsplash/logo@3x.png

-4.65 KB
Loading

0 commit comments

Comments
 (0)