文件历史

3 次代码提交

作者 SHA1 备注 提交日期
Rohit C Prasad 0f514d34fb Rebrand user-facing surfaces to OpenWorker
App name, bundle identifier (com.openworker.desktop), publisher, updater
endpoint + release artifact names, DMG background art, GUI/server copy,
scratch dir default, README + quickstart. Auth0 tenant domain and API
audience keep their registered legacy identifiers on purpose; internal
ids (ocw event names, env vars, relay stage) are unchanged.
2026-07-17 13:56:06 -07:00
Rohit C Prasad 04d07bd4a9 packaging: crisp Retina DMG background + smaller icons/type
The 1x PNG background was upscaled on Retina → hazy text, pixelated
arrow. Ship a HiDPI TIFF instead (1x + a natively-rendered 2x rep via
tiffutil -cathidpicheck), so Finder picks the sharp rep. Also dial the
proportions back per feedback: lighter/smaller title + subtitle, a thin
2px arrow with a small head, and 96px (was 128px) icons — a cleaner,
more Apple-like install window.
2026-07-13 08:36:44 -07:00
Rohit C Prasad 1d0cccd316 packaging: styled DMG install window (fixed size + drag-to-Applications arrow)
The plain `hdiutil create` opened the installer as Finder's default
oversized bare window with no guidance. Now build a laid-out window: a
background image (Install title + 'Drag the app onto the Applications
folder' + arrow), fixed 640x400 window, 128px icons with the app on the
left and Applications on the right, toolbar/statusbar hidden. Done via a
RW image + Finder AppleScript, then converted to compressed UDZO; falls
back to the plain image if Finder is unavailable (headless CI). Background
set by POSIX path (the HFS `file ".background:bg.png"` form errors -10006).
2026-07-13 08:36:44 -07:00