notify-rs / notify

🔭 Cross-platform filesystem notification library for Rust.
https://docs.rs/notify
2.77k stars 222 forks source link

Adding kqueue support for iOS. #533

Closed rizerco closed 1 year ago

rizerco commented 1 year ago

Added support for kqueue on iOS. I’ve tested on both a device and a simulator and all is working well.

Resolves #519

0xpr03 commented 1 year ago

I'll take a look at this later this week

0xpr03 commented 1 year ago

Looks good. There is no fsevent on ios, is there ? Also please add an entry to the readme to document that platform.

rizerco commented 1 year ago

No, I don’t think fsevent exists there. Looking at the docs it seems that everything is listed as macOS only.

I’ve added a little bit to the readme, but let me know if you want anything else added.

Thanks!