FSEventsWrapper

1.0.1

Easily use FSEvents in Swift
Frizlab/FSEventsWrapper

What's New

FSEventsWrapper 1.0.1

2021-03-31T07:21:05Z

FSEventsWrapper

A wrapper around FSEvents raw C APIs.

Installation

Use SPM.

How to Use?

let w = FSEventStream(path: "awesome/path", callback: { stream, event in NSLog("%@", String(describing: event)) })
w?.startWatching()

Description

  • Swift Tools 5.1.0
View More Packages from this Author

Dependencies

  • None
Last updated: Tue Mar 14 2023 00:28:17 GMT-0500 (GMT-05:00)