You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Implemented Code Signing using `Developer ID Application: Dimitris Kalamaras (K89VSL4N97)`.
- Added Notarization using `notarytool` with Apple ID credentials (since API-based notarization is not available for Individual accounts).
- Fixed build process order
- Notarization happens before renaming the `.dmg`
- Stapling happens after renaming, ensuring notarization remains valid.
- Improved logging & verification steps (`lipo`, `otool -L`, `PkgInfo`).
- Stored credentials in GitHub Secrets
🎉 **Now, SocNetV macOS CI/CD builds are fully signed & notarized!** No more "damaged app" errors from Gatekeeper. 🚀
Closes#164.
0 commit comments