mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Roll back to watchOS 6.0 to keep armv7k support
While the swift compiler in Xcode links against tbd files in the sdk that contain an armv7k slice, the open source swift toolchain links against the stdlib dylb that is in the toolchain itself. This means that we cannot drop support for armv7k support in the stdlib dylib without losing support for building armv7k when back deploying to older watch targets. For now, roll back the recent deployment target bump from 9.0 to 6.0 so that we keep armv7k and i386 simulator. rdar://135560598
This commit is contained in:
@@ -113,7 +113,7 @@ macro(configure_sdks_darwin)
|
||||
set(macosx_ver "13.0")
|
||||
set(iphoneos_ver "16.0")
|
||||
set(appletvos_ver "16.0")
|
||||
set(watchos_ver "9.0")
|
||||
set(watchos_ver "6.0")
|
||||
|
||||
set(macosx_vendor "apple")
|
||||
set(iphoneos_vendor "apple")
|
||||
|
||||
Reference in New Issue
Block a user