AI AGENT ADDONS

Asc Notarization

rudrankriyam/asc-skills
Release Management
1,105installs

Mac developers can distribute apps outside the App Store using a process called notarization. This skill helps you archive, sign, and notarize your macOS app so users can install it safely. You use tools like xcodebuild and asc to do the work.

First you verify your signing identity and fix any trust settings. Then you archive your project and export it with a Developer ID. After creating a ZIP file you submit it to Apple for notarization. You can check the results and optionally staple the ticket to your app.

This skill is meant for developers who need to distribute macOS apps directly to users. It handles the whole flow from preflight checks to final stapling.

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