AI AGENT ADDONS
Release Management
2,011installs

Getting a macOS app ready for distribution outside the App Store requires two important steps. First you sign it with a Developer ID certificate. Then you send it to Apple for notarization.

This skill guides you through both steps using xcodebuild and the asc command line tool. You start by archiving your app. Then you export it with Developer ID signing. After that you create a ZIP file and submit it for notarization.

You can check the results and even staple the notarization ticket to your app. This makes your app safe for users to download and install anywhere.

Add Asc Notarization skill to your workflow

Global

mkdir -p ~/.claude/skills/asc-notarization

Project

mkdir -p .claude/skills/asc-notarization

Source Repository

Stars
879
Forks
48
Watchers
879
License
MIT
Last Push
1 month ago
Created
5 months ago