macos-notarization-workflow

Solid

Automate Apple notarization with xcrun notarytool for macOS application distribution

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# macos-notarization-workflow Automate Apple notarization workflow using xcrun notarytool for macOS applications. This skill handles the complete notarization process including submission, status checking, and stapling. ## Capabilities - Submit apps for notarization via notarytool - Monitor notarization status - Staple notarization ticket to app - Handle notarization errors - Generate CI/CD notarization scripts - Configure App Store Connect API keys - Validate apps before submission - Generate notarization reports ## Input Schema ```json { "type": "object", "properties": { "projectPath": { "type": "string", "description": "Path to the project" }, "appPath": { "type": "string", "description": "Path to the signed app bundle or DMG" }, "authMethod": { "enum": ["app-store-connect-api", "apple-id", "keychain"], "default": "app-store-connect-api" }, "credentials": { "type": "object", "properties": { "keyId": { "type": "string" }, "issuerId": { "type": "string" }, "keyPath": { "type": "string" }, "appleId": { "type": "string" }, "teamId": { "type": "string" } } }, "waitForCompletion": { "type": "boolean", "default": true }, "staple": { "type": "boolean", "default": true } }, "required": ["projectPath", "appPath"] } ``` ## Output Schema ```json { "type": "object", "properties": { "success": { "type...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Solid

asc-notarization

Archive, export, and notarize macOS apps using xcodebuild and asc. Use when you need to prepare a macOS app for distribution outside the App Store with Developer ID signing and Apple notarization.

832 Updated today
rudrankriyam
AI & Automation Solid

macos-codesign-workflow

Execute macOS code signing with Developer ID and hardened runtime requirements

1,160 Updated today
a5c-ai
AI & Automation Solid

code-signing-setup

Configure code signing for macOS and Windows binaries with notarization.

1,160 Updated today
a5c-ai
AI & Automation Solid

app-store-connect

Apple App Store submission and management expertise

1,160 Updated today
a5c-ai
AI & Automation Solid

mobileappstore

iOS/macOS app deployment and App Store Connect automation using the `asc` CLI — a lightweight alternative to fastlane. Activates when deploying iOS apps, distributing TestFlight builds, submitting to App Store, managing certificates/profiles, uploading metadata/screenshots, checking review status, or automating any App Store Connect workflow. Use instead of fastlane for simpler, JSON-first automation. Keywords: deploy iOS app, TestFlight, App Store submission, app review status, code signing, provisioning profiles, app metadata, screenshots upload, build distribution, release iOS, publish app, ship to App Store, upload IPA, beta testing, app analytics, in-app purchases, subscriptions, Xcode Cloud, App Store Connect API, JWT token auth.

35 Updated today
anton-abyzov