The macOS viewer build is currently unsigned. macOS Gatekeeper will block it for users who download it outside the App Store.
Requirements:
- Apple Developer account ($99/year)
- Code signing certificate (Developer ID Application)
- Notarization via
xcrun notarytool
Steps:
- Enroll in Apple Developer Program
- Generate Developer ID certificate
- Configure Tauri
tauri.conf.json signing fields
- Add notarization step to build/release workflow
- Verify Gatekeeper accepts the signed build:
spctl --assess --type exec
Needed before Homebrew cask distribution.
The macOS viewer build is currently unsigned. macOS Gatekeeper will block it for users who download it outside the App Store.
Requirements:
xcrun notarytoolSteps:
tauri.conf.jsonsigning fieldsspctl --assess --type execNeeded before Homebrew cask distribution.