v0.2.1
Overview
This patch fixes the DMG-packaged build. The relink step was stamping the wrong
SDK version into the binary, which caused visual differences and a broken
popover compared to swift run. The script now exports SDKROOT so the linker
uses the correct SDK.
📝 Changes since v0.2.0
Full Changelog: https://github.com/victorhqc/ai-usage/compare/v0.2.0...v0.2.1
AI Usage 0.2.1
Unsigned macOS build (Apple Silicon). Direct distribution, ad-hoc signed.
- DMG: AI-Usage-0.2.1-arm64.dmg
- SHA-256:
9b6406aa034d0df5fd6c30bd2cbc697dd3cdb2b38fa343edca1eddb087bd46ac
Install
- Mount the DMG and drag AI Usage to /Applications.
- On first launch, macOS Gatekeeper will block the app because it is
unsigned. Do one of:-
Right-click AI Usage in /Applications → Open → confirm the
prompt. Only needed once. -
Or run this in Terminal:
xattr -cr '/Applications/AI Usage.app'
-
Why unsigned?
This is a transitional state. The moment an Apple Developer Program
membership is configured, releases automatically become signed and
notarized with no action on your part.