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 👍
Current
Precondition: Having Xcode 16.4 installed
Running
xcodes installed 16returns with error16.0 is not installed.🙁Expectation
Running
xcodes installed 16should ignore the minor and patch versions and find all Xcode versions with16.xWhen I specifically want to check for
16.4I can runxcodes installed 16.4...A parameter
strictwhich we can set tofalsewould be awesome OR even better, loose matching becomes the new default, like e.g. for semver matching (upToNextMajor/upToNextMinor) in SPM 👍