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

Replace altool exec with notarytool or the new rest API #836

Closed
directionless opened this issue Jun 10, 2022 · 2 comments
Closed

Replace altool exec with notarytool or the new rest API #836

directionless opened this issue Jun 10, 2022 · 2 comments

Comments

@directionless
Copy link
Contributor

During WWDC22 Apple announced that there's a new rest API for notarization. This is exciting, and it will let is replace the shell exec in applenotarization.go with something nicer.

Not yet clear if we should:

  1. replace with a shell exec of altool
  2. Write something against that API (and also pull in S3)
  3. See if someone else has a nice implementation
  4. Maybe relic will do something, and then we can cross compile and sign for macOS?

At least today, I'm most curious about (2) and (4), but happy to wait a couple weeks to see what appears

@directionless
Copy link
Contributor Author

This work was done

@RebeccaMahany
Copy link
Contributor

Completed in #1258 while working on #1257

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

No branches or pull requests

2 participants