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

Support older MacOS processor #7

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

skatkov
Copy link
Contributor

@skatkov skatkov commented Sep 16, 2024

My friend couldn't get tailwind-cli to install with this gem -- so I decided to fix it! He had a x86_64-darwin23 platform.

For older macOS versions on Intel processors, you might see something like:

"x86_64-darwin19" (macOS Catalina)
"x86_64-darwin18" (macOS Mojave)
"x86_64-darwin17" (macOS High Sierra)
"x86_64-darwin16" (macOS Sierra)

Same with ARM processors. So this is why, I changed everything to regexp matching to include older OSX versions. As a bonus, newer version of OSX should work as well.

@skatkov skatkov changed the title Support older processor of MacOS. Support older MacOS processor Sep 16, 2024
@skatkov
Copy link
Contributor Author

skatkov commented Sep 17, 2024

@crbelaus Sorry to bother you. Will you have time to take a look into this ?:)

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.

1 participant