rust-lang / rust-analyzer

A Rust compiler front-end for IDEs
https://rust-analyzer.github.io/
Apache License 2.0
14.15k stars 1.58k forks source link

Releases for macOS lack Apple Code Signing, executable bit #9075

Open kornelski opened 3 years ago

kornelski commented 3 years ago

Rust-analyzer is very tedious to install on macOS if not using VSCode's automation.

it's Apple's machine, not yours

I suggest signing it (it unfortunately requires Apple Developer account, $99/year, and a macOS machine with a bunch of certificates set up).

I suggest distributing it as a tarball or zip that can set the right filename and executable bit (but please don't use dmg, this is a slow inefficient clunky format, and an overkill here).

jonas-schievink commented 3 years ago

This will probably have to wait until rust-analyzer is properly shipped with and installed through rustup, which will hopefully let us use the Rust project's signing infrastructure