-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
feat(bundler): codesign nested code on macos #8259
Conversation
I think we should take this one step forward and apply this logic to the whole .app bundle instead, so it also signs user resources and macOS custom files on v2. |
After doing some article search, I think I was just reimplementing the Maybe we should take other approaches to sign those files, like providing a |
I'm really interested in solving this issue (probably in 1.x branch since it is for a live project). Would we rather have code signing on macOS:
|
tested this for spacedrive, which has a bunch of dylib inside the libraries folder
Perhaps I overlook it in the documentation, but I am facing this exact issue and you could point me out to such Worst case I can code sign the |
What kind of change does this PR introduce?
Does this PR introduce a breaking change?
Checklist
fix: remove a typo, closes #___, #___
)Other information
Related: #8075 #8173
References:
Notes:
/MacOS
,/Frameworks
,/PlugIns
,/XPCServices
,/Helpers
)test.framework
in tauri testing.