What problem does it solve?
This Skill automates the process of archiving, exporting, and notarizing macOS applications for distribution outside the Mac App Store, ensuring they meet Apple's security requirements.
Core Features & Use Cases
- Automated Archiving: Uses
xcodebuild archive to create a build archive.
- Developer ID Export: Exports the app bundle signed with a Developer ID certificate.
- Notarization Submission: Submits the signed app (as a ZIP, DMG, or PKG) to Apple's notary service.
- Status Checking & Logging: Provides tools to check notarization status and retrieve detailed logs for troubleshooting.
- Stapling: Optionally staples the notarization ticket to the app or disk image.
- Use Case: You have developed a macOS utility and need to distribute it directly to users. This skill will guide you through the steps to get it signed and notarized by Apple.
Quick Start
Use the notarization skill to archive, export with Developer ID, and submit your macOS app named 'YourApp' for notarization.