Merge pull request #75914 from benlangmuir/turn-it-up-to-11

Bump the deployment target for the compiler to macOS 13.0
This commit is contained in:
Ben Langmuir
2024-09-06 13:23:47 -07:00
committed by GitHub
13 changed files with 39 additions and 33 deletions

View File

@@ -110,10 +110,10 @@ macro(configure_sdks_darwin)
set(appletvos_arch "arm64")
set(watchos_arch "armv7k" "arm64_32")
set(macosx_ver "10.13")
set(iphoneos_ver "11.0")
set(appletvos_ver "11.0")
set(watchos_ver "4.0")
set(macosx_ver "13.0")
set(iphoneos_ver "16.0")
set(appletvos_ver "16.0")
set(watchos_ver "9.0")
set(macosx_vendor "apple")
set(iphoneos_vendor "apple")