mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user