Skip to content

feat: brand assets, app icon, and menu-bar mark#25

Merged
0xnirapod merged 6 commits into
mainfrom
feat/brand-assets
Jul 4, 2026
Merged

feat: brand assets, app icon, and menu-bar mark#25
0xnirapod merged 6 commits into
mainfrom
feat/brand-assets

Conversation

@athexweb3

Copy link
Copy Markdown
Contributor

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/, and menubar/.

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

  • Icon Composer bundles simble.icon and simble-dev.icon. build-menubar-app.sh compiles the app icon into the helper; the native example wears the dev mark.
  • The menu-bar label wears the template mark, dimmed while the bridge is stopped, and falls back to the SF Symbol when the resource is absent.
  • DM Sans (OFL-1.1) is vendored so the wordmark renders in the brand face.
  • README leads with the banner; development.md documents the icons.

Testing

make test green; fence-check.sh --helper passes on the built SimBLE.app.

Checklist

  • The change is scoped and small enough to review in one sitting.
  • Conventional commits, and CI is green (lint, build, tests, fence).
  • No change to the mechanism, protocol, or security model.
  • Nothing here lets the interposer reach a production build or cross the custody boundary.

athexweb3 added 6 commits July 4, 2026 09:49
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.
@athexweb3 athexweb3 requested a review from a team as a code owner July 4, 2026 04:06

@0xnirapod 0xnirapod left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Brand assets wired to SimEnclave parity; CI green, fence passes on the built bundle.

@0xnirapod 0xnirapod merged commit b190da2 into main Jul 4, 2026
4 checks passed
@athexweb3 athexweb3 deleted the feat/brand-assets branch July 4, 2026 04:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants