From 85a089104af37f04a6bf7f2d07d7a93cac0b4fe1 Mon Sep 17 00:00:00 2001 From: Hoon H Date: Sun, 26 Feb 2017 01:07:12 +0900 Subject: [PATCH] Add ad to a new version of framework. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3c29ce4..f72cdec 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,15 @@ Note ----- This library requires macOS 10.10 to run and Xcode 8.0 to build. +I also have another version of file-system watcher library. +It's not extensively tested, but you can check it out if you're interested. +This is clean-slated Swift3 implementation with directing binding to C API +without Objective-C stuffs. + +- https://github.com/eonil/fsevents-unofficial-wrapper + + + License