Skip to content

Conversation

@lucasbento
Copy link
Member

@lucasbento lucasbento commented Nov 19, 2019

Summary:

This PR fixes an issue with Xcode being shown as Minimum required version: 10.0.0 even though we officially support 11.x.

This issue has been reported through https://twitter.com/chakrihacker/status/1196750533224091648.

@thymikee thymikee changed the title Update Xcode version and change wording of supported version fix: update Xcode version range to >= 10; change wording of supported version Nov 19, 2019
`- Minimum version required: ${chalk.green(cleanedVersionRange)}`,
);
logMessage(`- Version found: ${chalk.red(versionToShow)}`);
logMessage(`- Version supported: ${chalk.green(versionRange)}`);
Copy link
Member

@thymikee thymikee Nov 19, 2019

Choose a reason for hiding this comment

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

We can show the version range instead of semver coerced version. Here's a sample output how it looks now:
image

@thymikee thymikee merged commit 5adc24c into master Nov 19, 2019
@thymikee thymikee deleted the fix/doctor-version-supported branch November 19, 2019 12:30
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