Skip to content
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

codesign: Add support for --remove-signature and -v #16

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

corngood
Copy link

This would partially address #12.

@corngood corngood changed the title codesign: Add support for --remove-signature wip: codesign: Add support for --remove-signature Jan 11, 2024
codesign.cpp Outdated Show resolved Hide resolved
@corngood corngood force-pushed the remove-signature branch 2 times, most recently from 977e0bb to 56b5198 Compare January 12, 2024 18:01
Currently, this simply checks for the existence of the signature load
command.
@corngood corngood changed the title wip: codesign: Add support for --remove-signature codesign: Add support for --remove-signature and -v Jan 12, 2024
@corngood
Copy link
Author

corngood commented Jan 12, 2024

I also added support for -v. Both of these are needed to make it fully compatible with the dotnet sdk.

-v is sort of a stub. It just checks for the existence of a signature load command. The dotnet sdk uses it to decide whether to run --remove-signature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant