Show HN: Xcnotary – a Mac app notarization helper made with Rust
11–20 of 32 posts
Re: Show HN: Xcnotary – a Mac app notarization helper made with Rust
#12(The author.) I had originally written a version of this in Python for my own use, and recently thought of rewriting it in Rust as a learning experience. What I found is that writing a CLI in Rust is a absolute breeze, in part due to excellent documentation and the tooling, and also thanks to various well-maintained crates, such as StructOpt [1] to parse command line arguments of any complexity, or indicatif [2] to s…
Very cool! Tangentially related, I looked into reimplementing `codesign` in Rust while I was at Mozilla. We wanted to see if we could take Apple hardware out of the loop for our release process after we had switched Mac Firefox builds to cross-compile from Linux. I got a bunch of code written and I'm pretty sure I could have made it work if I had gotten the go-ahead to spend time on it but then we heard about notariz…
Re: Show HN: Xcnotary – a Mac app notarization helper made with Rust
#13Does it support other platforms? Will it run on Linux?
Re: Show HN: Xcnotary – a Mac app notarization helper made with Rust
#14Very cool work! I just manually implemented this in a python script. Does it support other platforms? Will it run on Linux?
Re: Show HN: Xcnotary – a Mac app notarization helper made with Rust
#15Re: Show HN: Xcnotary – a Mac app notarization helper made with Rust
#16fish shell's notarization script: https://github.com/fish-shell/fish-shell/blob/master/build_t...
Re: Show HN: Xcnotary – a Mac app notarization helper made with Rust
#17Thank you for building this. The notarization process is navigable but baroque, especially from the command line. fish shell's notarization script: https://github.com/fish-shell/fish-shell/blob/master/build_t...
I will need to add support for .pkg to cover more use cases. (Right now the tool specifically checks the input to be an .app bundle and zips it up for submission.)
Re: Show HN: Xcnotary – a Mac app notarization helper made with Rust
#18Aside: GitHub seems to dislike your animated SVG for some reason, since it won't play unless I open it manually. I think sanitize=true does that; try hosting it somewhere else?
Thanks for the heads up! May I ask what browser you are using? If there are compatibility issues I may just re-render these as GIFs.
Re: Show HN: Xcnotary – a Mac app notarization helper made with Rust
#19Earlier quoted context omitted.
Thanks for the heads up! May I ask what browser you are using? If there are compatibility issues I may just re-render these as GIFs.
How did you generate this animated SVG terminal screen capture?
https://github.com/asciinema/asciinema
https://github.com/marionebl/svg-term-cli
(I ended up moving the SVG assets to GitHub Pages which hopefully fixes the issue others were seeing.)