Code signing OSS casks for Apple Sillicon #1790
-
Hey, I maintain https://github.com/liquidx/webviewscreensaver I'm looking at any options/suggestions on how to approach the M1 signature requirement. Any other ideas? How have other cask maintainers approached this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Have you checked out the See https://github.com/Homebrew/homebrew-cask/blob/HEAD/doc/faq/app_cant_be_opened.md |
Beta Was this translation helpful? Give feedback.
apply_ad_hoc_signature
just callscodesign
. This is only needed when usinginstall_name_tool
to change binary install names or rpaths. If your build doesn't do anything like that, there should be no need to apply an ad-hoc signature. If you do need to apply one, why don't you do so as part of your build?