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
Is your feature request related to a problem? Please describe.
I may be unable to run the generated binaries on macOS without bypassing security settings, as they are not signed. This leads to security warnings and requires manual intervention to allow execution.
Describe the solution you'd like
Automatically sign the generated binaries during the build process so they can be executed natively on macOS without additional user actions or security warnings.
Describe alternatives you've considered
Manually signing the binaries after each build using codesign, but this is inefficient and error-prone, especially in automated workflows.
Additional context
This will improve the user experience for macOS users and ensure compatibility with macOS Gatekeeper requirements. May need a apple developer license ($99/year) to do this. @rahlk could do this.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I may be unable to run the generated binaries on macOS without bypassing security settings, as they are not signed. This leads to security warnings and requires manual intervention to allow execution.
Describe the solution you'd like
Automatically sign the generated binaries during the build process so they can be executed natively on macOS without additional user actions or security warnings.
Describe alternatives you've considered
Manually signing the binaries after each build using
codesign
, but this is inefficient and error-prone, especially in automated workflows.Additional context
This will improve the user experience for macOS users and ensure compatibility with macOS Gatekeeper requirements. May need a apple developer license ($99/year) to do this. @rahlk could do this.
The text was updated successfully, but these errors were encountered: