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

Support notarization from non-macos hosts #112

Open
MarshallOfSound opened this issue Oct 16, 2022 · 2 comments
Open

Support notarization from non-macos hosts #112

MarshallOfSound opened this issue Oct 16, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@MarshallOfSound
Copy link
Member

Apple has a web service you can submit packages to for notarization, there is no need to depend directly on notarytool anymore.

https://developer.apple.com/documentation/notaryapi/submitting_software_for_notarization_over_the_web

@MarshallOfSound MarshallOfSound added the enhancement New feature or request label Oct 16, 2022
@MarshallOfSound MarshallOfSound self-assigned this Oct 16, 2022
@MarshallOfSound
Copy link
Member Author

You can't staple from non-macOS hosts so this doesn't seem incredibly work it right now 🤔

@baparham
Copy link

with macos CI minutes 10x the cost of linux CI minutes, the idea of waiting on hour on linux vs waiting an hour on macos sounds nice.

There are several other pieces that would need to be in place though, like having the option to pick up where we left off from a stored artifact or cache so that we can staple the notarization back into the app and finish the build, so I can see how this would be a lot of work to actually get working...it just sounds so nice at first blush.

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

No branches or pull requests

2 participants