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

fix: more robust readXcodeMajorVersion #20

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

kalinjul
Copy link
Contributor

Hi, I've got another PR.
I tested version 0.5.0 and got the error "Can't find Xcode".
Output of xcodebuild -version is:

xcodebuild -version
Xcode 15.0
Build version 15A240d

So the regex didn't match. I guess it should be more robust to match more version strings (there could be special strings for RC's as well).

Copy link
Owner

@ttypic ttypic left a comment

Choose a reason for hiding this comment

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

Great! Thank you!

@ttypic ttypic merged commit ba6b0cc into ttypic:main Nov 24, 2023
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