KhronosGroup / MoltenVK

MoltenVK is a Vulkan Portability implementation. It layers a subset of the high-performance, industry-standard Vulkan graphics and compute API over Apple's Metal graphics framework, enabling Vulkan applications to run on macOS, iOS and tvOS.
Apache License 2.0
4.64k stars 402 forks source link

Suppress Xcode project build settings update warnings. #2176

Closed billhollings closed 4 months ago

billhollings commented 4 months ago

Xcode validates project build settings with each new Xcode release and issues warnings to apply recommendations. We ignore these. This patch sets the validated Xcode version to the maximum so that Xcode will not longer issue these warnings.