@opentray/ext-badge-darwin-arm64
v0.14.3
Published
OpenTray badge Dock helper app for macOS arm64.
Readme
@opentray/ext-badge-darwin-arm64
macOS arm64 native package for @opentray/ext-badge.
This package stages two Darwin-owned artifacts:
lib/libopentray_ext_badge.dylibfor the OpenTray dynamic extension ABIapp/OpenTrayBadgeHelper.app.zipfor the Dock-facing helper bundle
The helper is intentionally separate from the OpenTray runtime host. It currently projects badge text, overlay, attention, and click/quit lifecycle only; progress is not a Dock projection on this helper.
Build
bash scripts/release/build-badge-dock-helper.sh /tmp/OpenTrayBadgeHelper.app.zipRuntime knobs
OPENTRAY_BADGE_DOCK_TITLEOPENTRAY_BADGE_DOCK_BADGEOPENTRAY_BADGE_DOCK_ICON_NAMEOPENTRAY_BADGE_DOCK_ICON_PATHOPENTRAY_BADGE_DOCK_CLICK_SIGNALOPENTRAY_BADGE_DOCK_LOG
The helper stays source-only in git. The app bundle is staged locally or in release jobs.
