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
I wonder if self-signing (aka "adhoc") is better than nothing:
codesign --force -s - libpdaljni.2.6.dylib
From the manpage:
If identity is the single letter "-" (dash), ad-hoc signing is performed. Ad-hoc signing does not use an identity at all, and identifies exactly one instance of code. Significant restrictions apply to the use of ad-hoc signed code; consult documentation before using this.
We have ARM builds via #61
However, it's not enough (see #89 (comment)); we need to make the published dylib trusted so it seamlessly works.
We need to figure out how to sign binaries;
@metasim thanks for the help 🥇
Most likely we need https://github.com/Apple-Actions/import-codesign-certs
I found https://github.com/strawberrymusicplayer/strawberry/blob/master/.github/workflows/build.yml#L806-L809 and https://github.com/orgs/community/discussions/70145
More: #89 (comment)
The text was updated successfully, but these errors were encountered: