mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Bump the deployment target for the compiler to macOS 13.0
Bump the deployment target from macOS 10.13-aligned versions to macOS 13.0-aligned versions. This allows us to stop linking CoreFoundation in the swift runtime, which was previously required for availability checking. It also lets us align the deployment target on x86_64 with arm64, which was 11.0. Finally, it is a prerequisite to being able to build swift using the macOS 15 beta SDKs.
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