You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ npx pod-install ios
51
51
cp .env.example .env
52
52
```
53
53
54
-
**Launcher icon (optional):** add `assets/app-icon.png` (1024×1024, square), or use the default generator source (`assets/bootsplash/logo@4x.png`), then run `npm run gen:app-icon`. See [docs/development.md](docs/development.md#assets--guards).
54
+
**Launcher icon (optional):** add `assets/app-icon.png` (1024×1024, square), or rely on `assets/bootsplash/logo@*.png` (largest available), then run `npm run gen:app-icon`. See [docs/development.md](docs/development.md#assets--guards).
Copy file name to clipboardExpand all lines: docs/development.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -279,7 +279,7 @@ npm run i18n:all
279
279
| Command | Description |
280
280
|---|---|
281
281
|`npm run gen:icons`| Regenerate `assets/icons.ts` from SVGs |
282
-
|`npm run gen:app-icon`| Generate **launcher** icons: iOS `AppIcon.appiconset` + Android `mipmap-*` via [`scripts/generate-app-icon.cjs`](../scripts/generate-app-icon.cjs). Source: `assets/app-icon.png` if present, else `assets/bootsplash/logo@4x.png`, else`logo.png`. Flatten background `#111827`. |
282
+
|`npm run gen:app-icon`| Generate **launcher** icons: iOS `AppIcon.appiconset` + Android `mipmap-*` via [`scripts/generate-app-icon.cjs`](../scripts/generate-app-icon.cjs). Source: `assets/app-icon.png` if present, else best `assets/bootsplash/logo@*.png` (`@4x` → `@3x` → `@2x` → `@1,5x` →`logo.png`). Flatten background `#111827`. |
283
283
|`npm run check:icons`| Verify `icons.ts` is in sync (use in CI) |
284
284
|`npm run check:imports`| Enforce path alias usage (no deep relative imports) |
285
285
|`npm run bootsplash:generate`| Regenerate **native** splash (iOS/Android) via [`scripts/bootsplash-generate.cjs`](../scripts/bootsplash-generate.cjs). Does **not** overwrite `assets/bootsplash/`; writes CLI copies under `assets/bootsplash-generated/` (gitignored). Source: `assets/logo.png` if present, else `assets/bootsplash/logo.png`. Background `#111827`, logo width 160. Then **clean Xcode build** and reinstall — iOS caches the launch screen. |
0 commit comments