Build Dmg

Build a distributable macOS DMG from an Xcode project via the bundled local helper — archive → export → package into one signed artifact. Resolves the project/workspace, scheme, team ID, and export options, regenerates the project first when `xcodegen` is detected, then runs `helpers/build-dmg.sh` from the project root instead of inlining xcodebuild. User-only workflow that touches code signing and provisioning: it never GUESSES the signing identity, never overwrites `ExportOptions.plist` without approval, and reports the built DMG path, version, and signing status. Use only when the user explicitly asks to build or package a DMG.

ulpi-io 46ae9d1 2 files · 11.3 KB Updated

File contents

ulpi-io/skills/tree/main/build-dmg commit 46ae9d1835

Frequently asked questions

npx skillmds add ulpi-io/build-dmg