-
Notifications
You must be signed in to change notification settings - Fork 14
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
Why is it so complex #531
Comments
If I saw an easier way I would have done that 😄! As is today we're at ~8,300 LoC and ~100 source files. This project could be made simpler by doing on the bare minimum: sign and notarize without that many options (taking out all commands that deal with debugging like |
Well I am working on my own adhoc signing program (in c, not go). It is true it doesn't have the macho parser ready yet, however its planned to take around 2k LoC, so I was curious as to why quill was so huge. PS: any tips on writing a macho parser? |
There is a go library for parsing macho biarines: https://github.com/anchore/go-macholibre |
couldn't find the appropriate issue template to file this under but here goes:
why is this so complex? isn't there a simpler way to use apple codesigning? I know its fairly tedious and I don't mean to invalidate this project, but is it really necessary to have this many files and packages?
The text was updated successfully, but these errors were encountered: