feat(icons): Orbit app icon + template tray icon across all clients

New brand icon (Orbit — a node circling a block-cursor core, amber-gold on
warm-dark, matching the desktop theme):
- iOS: Assets.xcassets/AppIcon.appiconset (opaque 1024, was no icon)
- desktop: resources/icon.png (rounded 1024 → .icns at package time)
- desktop tray: trayTemplate.png/@2x — a proper macOS TEMPLATE (black shapes on
  transparent, system-tinted) replacing the old white blob
- web: public/icon.svg (vector favicon/PWA)
Master SVGs rendered with rsvg-convert.
This commit is contained in:
Yaojia Wang
2026-07-06 11:49:06 +02:00
parent 3492f0cf1f
commit 86d100a9ad
7 changed files with 44 additions and 11 deletions

View File

@@ -0,0 +1,6 @@
{
"images" : [
{ "filename" : "AppIcon-1024.png", "idiom" : "universal", "platform" : "ios", "size" : "1024x1024" }
],
"info" : { "author" : "xcode", "version" : 1 }
}