mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Apps don't weak-link our overlays today, so if the overlays strong-link to frameworks apps won't launch on older OSs. This was causing failures on the buildbot, but is actually a serious issue for our developers. Swift SVN r31180
8 lines
293 B
CMake
8 lines
293 B
CMake
add_swift_library(swiftPassKit IS_SDK_OVERLAY
|
|
PassKit.swift
|
|
TARGET_SDKS IOS IOS_SIMULATOR WATCHOS WATCHOS_SIMULATOR
|
|
SWIFT_MODULE_DEPENDS Foundation UIKit Contacts
|
|
SWIFT_COMPILE_FLAGS_WATCHOS -Xfrontend -disable-autolink-framework -Xfrontend CoreText
|
|
FRAMEWORK_DEPENDS_WEAK PassKit
|
|
)
|