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

Correct notice about which macOS versions are supported #3429

Closed
wants to merge 2 commits into from
Closed

Correct notice about which macOS versions are supported #3429

wants to merge 2 commits into from

Conversation

fulldecent
Copy link
Contributor

@fulldecent fulldecent commented Jan 24, 2018

This PR does not change any code. The code already shows Sierra is supported. I have changed just the message to show that the unsupported version is High Sierra (aka macOS 10.13, the next version after Sierra).

@@ -86,7 +86,7 @@ case $(uname -s) in
;;
*)
echo "Unsupported macOS version."
echo "We only support Mavericks, Yosemite and El Capitan, with work-in-progress on Sierra."
echo "We only support Mavericks, Yosemite and El Capitan, with work-in-progress on High Sierra."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This removes Sierra from the supported list.

@fulldecent
Copy link
Contributor Author

@axic Thank you, corrected. Now Sierra is shown as supported and the High Sierra is the work in progress.

@axic
Copy link
Member

axic commented Jan 24, 2018

I'm not sure though what "work-in-progress" means there :)

Do you by any chance have High Sierra? If so, does it work out of the box?

@fulldecent
Copy link
Contributor Author

I have High Sierra and it works out of the box with the instructions provided. (I just overrode the version check.)

I will create a separate PR in a moment to fix that. This PR is zero risk so you can merge now. That PR will be higher risk so more people can review it further before merge.

@fulldecent
Copy link
Contributor Author

The other related PR #3430

@axic
Copy link
Member

axic commented Jan 24, 2018

I'll go with the other one. Someone at this point would've complained if it wasn't working.

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.

3 participants