feat: brand assets, app icon, and menu-bar mark#25
Merged
Conversation
Mirrors the SimEnclave layout: banners and social preview under github/, icon renders under squircles/, status templates under menubar/. dep5 covers them as first-party Apache-2.0.
simble.icon and simble-dev.icon wrap the 1024 app-icon artwork so actool can emit the Assets.car and .icns the helper and the example app wear. Fill is automatic so each derives from its own artwork.
Vendors DM Sans Medium and Bold (OFL-1.1) and draws the wordmark in the brand face with the -0.035em tracking. Font.custom falls back to the system font when the face is not registered, so an unbundled swift run still renders. The build script bundles and registers it.
Compiles simble.icon into the bundle for the Dock, Finder, and about window, copies the template mark for the menu bar, and bundles DM Sans. The menu-bar label wears the mark, dimmed while the bridge is stopped, and falls back to the SF Symbol when the resource is absent.
Adds simble-dev.icon as a resource on the iOS example and points ASSETCATALOG_COMPILER_APPICON_NAME at it, so the example wears the dimmed dev mark rather than the default glyph.
README leads with the github banner (light and dark). development.md gains an App icons section covering the regular and dev Icon Composer bundles and where each is compiled.
0xnirapod
approved these changes
Jul 4, 2026
0xnirapod
left a comment
Member
There was a problem hiding this comment.
Brand assets wired to SimEnclave parity; CI green, fence passes on the built bundle.
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.
What
Wires SimBLE's brand assets into the app, mirroring how SimEnclave uses its own: an app icon, a menu-bar mark, the DM Sans wordmark, and the README banner. The asset set is committed and organized into
github/,squircles/, andmenubar/.Why
The assets were in the tree but never committed or used. The menu bar wore an SF Symbol, the helper carried no app icon, and the README led with plain text.
How
simble.iconandsimble-dev.icon.build-menubar-app.shcompiles the app icon into the helper; the native example wears the dev mark.development.mddocuments the icons.Testing
make testgreen;fence-check.sh --helperpasses on the builtSimBLE.app.Checklist