What problem does it solve?
This Skill automates the complex process of archiving, exporting, and notarizing macOS applications, ensuring they meet Apple's security requirements for distribution outside the App Store.
Core Features & Use Cases
- Automated Archiving: Uses
xcodebuild archive to create a release build.
- Developer ID Export: Configures and exports the app bundle signed with a Developer ID certificate.
- Notarization Submission: Submits the signed application (as a zip or pkg) to Apple's notary service.
- Status Checking & Logging: Provides mechanisms to track notarization status and retrieve detailed logs for troubleshooting.
- Stapling: Attaches the notarization ticket to the app or disk image for offline validation.
- Use Case: You've finished developing your macOS app and need to distribute it to users via your website. This Skill will guide you through preparing the app, getting it notarized by Apple, and making it ready for download.
Quick Start
Use the asc-notarization skill to archive, export, and notarize your macOS app named 'YourMacApp' using the 'YourMacScheme' scheme.