Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't try to load the FSEvents listener on older versions of OSX. #238

Merged
merged 2 commits into from
Feb 6, 2012

Conversation

philomory
Copy link
Contributor

OS X 10.4.x (and earlier) don't have a (public) FSEvents API, and the FSEvent listener will not work for those OS versions. This means that you need to always remember to use --no-vendor when you invoke guard, or it will fail. This is a small change to the way the OS is detected to make it only try the FSEvents listener on appropriate versions of darwin.

netzpirat added a commit that referenced this pull request Feb 6, 2012
Don't try to load the FSEvents listener on older versions of OSX.
@netzpirat netzpirat merged commit 9ea3b7c into guard:master Feb 6, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants