AI AGENT ADDONS

Developer ID signing and Apple notarization let you share your macOS app safely outside the App Store. This guide shows each step from archiving to stapling. You will use xcodebuild and the asc command line tool. Anyone building a Mac app for direct download can follow these steps.

First you need Xcode, a Developer ID Application certificate, and your Apple developer account setup. The process checks your signing identity and then creates an archive. Next it exports your app with Developer ID signing. After that you zip the app and upload it to Apple for notarization. Finally you can check the result and optionally staple the ticket to your app.

This skill is for developers who want to distribute their macOS programs without going through the Mac App Store. It keeps your app secure and trusted by Gatekeeper on user machines.

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