What problem does it solve?
Automates end-to-end macOS release workflows from version bump to release publishing, eliminating manual, error-prone steps.
Core Features & Use Cases
- End-to-end release automation: bumps version, commits, pushes, builds, exports, signs, and publishes releases for macOS apps.
- Per-project publish targets: remembers whether to publish to GitHub Releases or App Store Connect and applies consistently.
- Scheme detection & build orchestration: auto-detects Xcode schemes, chooses the appropriate workspace or project, and coordinates archiving and packaging.
- Secure signing & notarization: handles Apple credentials, signing configurations, and notarization steps for Gatekeeper compliance.
- Workflow guardrails: supports a --no-bump option to skip versioning/pushes, prompts for missing credentials, and stops on failures with clear logs.
Quick Start
Run the publish-macos skill to bump the version, build, sign, and publish the configured macOS release to your target.