Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
os/mac: prefer newest Xcode when searching using
mdfind
We're currently returning the first match for `com.apple.dt.Xcode`, which could be any version if a user has multiple installed. Instead, let's try to find the newest if all our results have an `Info.plist` that we can interrogate for the version. Maybe resolves #18736?
- Loading branch information