
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?