← back to Nineoh Guide
TK-12: add App Store icon (1024px, no-alpha) + splash, wire in app.json — closes missing-marketing-icon submit blocker (Cody gate C1)
4a00039fb38335c3c0e8df833114500e35753748 · 2026-08-05 09:01:05 -0700 · Steve Abrams
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Files touched
M apps/mobile/app.jsonA apps/mobile/assets/icon.pngA apps/mobile/assets/splash.png
Diff
commit 4a00039fb38335c3c0e8df833114500e35753748
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Wed Aug 5 09:01:05 2026 -0700
TK-12: add App Store icon (1024px, no-alpha) + splash, wire in app.json — closes missing-marketing-icon submit blocker (Cody gate C1)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
apps/mobile/app.json | 6 ++++++
apps/mobile/assets/icon.png | Bin 0 -> 35088 bytes
apps/mobile/assets/splash.png | Bin 0 -> 34355 bytes
3 files changed, 6 insertions(+)
diff --git a/apps/mobile/app.json b/apps/mobile/app.json
index f0bafe1..2ec519a 100644
--- a/apps/mobile/app.json
+++ b/apps/mobile/app.json
@@ -3,6 +3,12 @@
"name": "Unofficial 90210 Guide",
"slug": "nineoh-guide",
"version": "1.0.0",
+ "icon": "./assets/icon.png",
+ "splash": {
+ "image": "./assets/splash.png",
+ "resizeMode": "contain",
+ "backgroundColor": "#1E1430"
+ },
"orientation": "portrait",
"scheme": "nineohguide",
"userInterfaceStyle": "automatic",
diff --git a/apps/mobile/assets/icon.png b/apps/mobile/assets/icon.png
new file mode 100644
index 0000000..7d17c28
Binary files /dev/null and b/apps/mobile/assets/icon.png differ
diff --git a/apps/mobile/assets/splash.png b/apps/mobile/assets/splash.png
new file mode 100644
index 0000000..f90d859
Binary files /dev/null and b/apps/mobile/assets/splash.png differ
← d48afc4 auto-save: 2026-08-05T08:40:35 (1 files) — apps/mobile/eas.j
·
back to Nineoh Guide
·
TK-12: turnkey App Store screenshot script (iPhone 6.9" + iP 1f2a021 →