feat(branding): add app icon, menu-bar SQV mark, and CLOUD TUNNELS wordmark#1
Merged
samfnc merged 1 commit intoMay 11, 2026
Conversation
…k, rename wordmark to "CLOUD TUNNELS" The bundle had no AppIcon (no .icns, no CFBundleIconFile) and the menu-bar status item used a generic `cloud`/`cloud.fill` SF Symbol. Adds proper brand assets: - AppIcon.icns generated from the Cloud Tunnels armadillo source PNG (full iconset 16→1024); Info.plist now declares CFBundleIconFile/Name and the Makefile copies the .icns into all three bundle paths (universal, arm64, x86_64). - Menu-bar status item now renders the SQV mark as a template image (auto-recolors with menu-bar appearance). Active vs idle is expressed via opacity instead of filled-vs-outline glyphs. NSImage.size is set explicitly to 20×15 because MenuBarExtra ignores SwiftUI .frame() on its label and renders at intrinsic size. - Popover brand header gains the SQV mark inline and the wordmark changes from "FOURNINE" to "CLOUD TUNNELS". - Source SVG/PNG assets checked into Resources/Branding for future re-export. Runtime PNGs live in Sources/CloudTunnels/Resources and load via Bundle.module (declared in Package.swift resources:). - BrandImages.swift centralizes template-image loading with a SF Symbol fallback so the UI never voids on missing resources. - CLAUDE.md updated to reflect the 5 SwiftPM targets (was 3) and document the ProxyHelperShared/CloudTunnelsProxyHelper additions. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
🤖 Generated with Claude Code