mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Swift was failing to autolink frameworks in the new text-based SDKs. Clang r253060 fixes the underlying issue, so we can go back to relying on autolinking for these. This reverts the following commits (newest to oldest):f65884159092a37ea9d54e52ef22rdar://problem/23511008
11 lines
410 B
CMake
11 lines
410 B
CMake
add_swift_library(swiftUIKit IS_SDK_OVERLAY
|
|
DesignatedInitializers.mm
|
|
UIKit.swift
|
|
TARGET_SDKS IOS IOS_SIMULATOR TVOS TVOS_SIMULATOR WATCHOS WATCHOS_SIMULATOR
|
|
SWIFT_MODULE_DEPENDS ObjectiveC Foundation
|
|
SWIFT_MODULE_DEPENDS_IOS Contacts CoreImage
|
|
SWIFT_MODULE_DEPENDS_TVOS CoreImage
|
|
SWIFT_COMPILE_FLAGS_WATCHOS -Xfrontend -disable-autolink-framework -Xfrontend CoreText
|
|
FRAMEWORK_DEPENDS UIKit)
|
|
|