the missing macOS app notarization helper, built with Rust
-
Updated
Jul 3, 2020 - Rust
Add a description, image, and links to the notarization topic page so that developers can more easily learn about it.
To associate your repository with the notarization topic, visit your repo's landing page and select "manage topics."
vcn n git://...is actually notarizing just the commit which HEAD is pointing to.If there're untracked files or changes not staged, then both notarization and authentication will ignore them.
A simple solution would be to show a warning message when the working tree is not clean, so the user will be aware that pending modifications are not part of the notarization/authentication process.