fix: codesign doesn't sign frameworks or sidecar, closes #7690 (#7774)

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
This commit is contained in:
Trey Smith
2023-09-15 11:09:10 -04:00
committed by GitHub
parent 2f8881c010
commit dcdbe3eb6c
18 changed files with 322 additions and 54 deletions

View File

@@ -0,0 +1,5 @@
---
"tauri-bundler": patch:bug
---
Remove extended attributes on the macOS app bundle using `xattr -cr $PATH`.

View File

@@ -0,0 +1,5 @@
---
"tauri-bundler": patch:bug
---
Code sign sidecars and frameworks on macOS.