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

SIP: Check for all versions 10.11 or later #66

Merged
merged 1 commit into from
Oct 13, 2016

Conversation

kubark42
Copy link
Contributor

@kubark42 kubark42 commented Oct 7, 2016

This abuses the string operator to suppose that future versions will have a string value which is "greater than" the test value. This is brittle and will break after either an OSX/macOS major version bump (unlikely to be of concern) or after a minor version bump beyond 10.99 (also unlikely to be of
concern).

NOTE: Tested only on macOS Sierra.

Fixes #65.

This abuses the string operator to suppose that future versions will have a
string value which is "greater than" the test value. This is brittle and 
will break after either an OSX/macOS major version bump (unlikely to be of
concern) or after a minor version bump beyond 10.99 (also unlikely to be of
concern).
@spmaniato
Copy link
Contributor

FYI, the Travis CI build is failing due to #67

@mikepurvis
Copy link
Owner

Okay, thanks.

@mikepurvis mikepurvis merged commit fb9febd into mikepurvis:master Oct 13, 2016
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.

None yet

3 participants