Skip to main content

max / goingson

release: v0.3.3 — fix iOS app icon iOS appiconset shipped the Tauri default placeholder since iOS init ran. Regenerate all 18 sizes from src-tauri/icons/icon.png (via the 1024 rendition in icon.icns), alpha-stripped for App Store compliance.
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-05-18 00:26 UTC
Commit: 40bde4b1b1f3e2ea967715ecd90e5afc530b88e5
Parent: 90b86b7
19 files changed, +1 insertion, -1 deletion
@@ -1,7 +1,7 @@
1 1 {
2 2 "$schema": "https://schema.tauri.app/config/2",
3 3 "productName": "GoingsOn",
4 - "version": "0.3.2",
4 + "version": "0.3.3",
5 5 "identifier": "com.goingson.app",
6 6 "build": {
7 7 "beforeBuildCommand": "node src-tauri/frontend/build-css.js",