-
Notifications
You must be signed in to change notification settings - Fork 1
Packaging
ChiefVenzox edited this page Jun 6, 2026
·
1 revision
ChiefKit Studio includes a macOS packaging script:
./script/package_macos.shThe script:
- builds the release binary
- creates a standard
.appbundle - copies app resources and icon files
- signs the app ad-hoc for local distribution
- creates a compressed DMG with an Applications shortcut
- verifies the DMG checksum
dist/ChiefKit Studio Setup.dmg
The generated app is ad-hoc signed. Public distribution without Gatekeeper warnings requires Apple Developer ID signing and notarization.