-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use code signing for macOS #8012
Comments
Whoever will work on this I suggest to use small macOS utility app - Apparency. It allows to see and validate all aspects of signing/notarization. Perfect for "debugging" results of this process.
And here example of some other cmd utility fully signed and notarized: |
Thank you @kapitainsky very useful. I'll ping you when I have binaries to try (not fort a couple of weeks though) |
Will other OS be included in this process ? Thanks in advance |
|
PS : I have no experience with any of them. |
@nipil I've had some issues with the past with unsigned binaries on Windows 11: qwerty-fr/qwerty-fr#63 |
It seems that code signing the binaries on macOS is becoming increasingly important.
We discussed this on the forum and some helpful tools were shown too
https://forum.rclone.org/t/1-67-binary-for-macos-not-notarized/47276
The plan is to sign the binaries as part of the build process. We'll probably sign all beta and full releases.
The text was updated successfully, but these errors were encountered: