Loading
qt6: prevent Xcode version sniffing
Qt tries to detect the running Xcode version through `xcrun xcodebuild -version`. This fails when xcbuild is not included in the dependencies, and is also unnecessary as the value is only used for the Xcode min version check that we explicitly disable already.