PolyMeilex / rfd

Rusty File Dialog
MIT License
524 stars 60 forks source link

macOS: Use `objc2` crates #188

Closed madsmtm closed 2 months ago

madsmtm commented 2 months ago

These replace the objc family of crates, and provide a bunch of improvements on top of it.

Improvements relevant for rfd:

To do this change, I had to change how AsModal works, as it was previously relying on the fact that NSAlert and NSSavePanel just so happened to have mostly compatible methods; now we ensure statically that the correct method is called.

Please do ask if there's anything about either the crates or the code here that's unclear!