xcodes icon indicating copy to clipboard operation
xcodes copied to clipboard

Enable loose matching when searching for versions

Open stherold opened this issue 5 months ago • 1 comments

Current

Precondition: Having Xcode 16.4 installed

Running xcodes installed 16 returns with error 16.0 is not installed. 🙁

Expectation

Running xcodes installed 16 should ignore the minor and patch versions and find all Xcode versions with 16.x

When I specifically want to check for 16.4 I can run xcodes installed 16.4...

A parameter strict which we can set to false would be awesome OR even better, loose matching becomes the new default, like e.g. for semver matching (upToNextMajor / upToNextMinor) in SPM 👍

stherold avatar Sep 18 '25 15:09 stherold