From bba4d9eada60f959120341a7886f27096d969dcc Mon Sep 17 00:00:00 2001 From: Max Moiseev Date: Wed, 14 Jun 2017 15:37:00 -0700 Subject: [PATCH] [overlay] Add mising dependencies to WatchKit overlay Fixes: --- stdlib/public/SDK/WatchKit/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stdlib/public/SDK/WatchKit/CMakeLists.txt b/stdlib/public/SDK/WatchKit/CMakeLists.txt index 05b12ae57a9d9..25ff0a46744df 100644 --- a/stdlib/public/SDK/WatchKit/CMakeLists.txt +++ b/stdlib/public/SDK/WatchKit/CMakeLists.txt @@ -7,8 +7,9 @@ add_swift_library(swiftWatchKit ${SWIFT_SDK_OVERLAY_LIBRARY_BUILD_TYPES} IS_SDK_ SWIFT_COMPILE_FLAGS "${SWIFT_RUNTIME_SWIFT_COMPILE_FLAGS}" LINK_FLAGS "${SWIFT_RUNTIME_SWIFT_LINK_FLAGS}" TARGET_SDKS IOS IOS_SIMULATOR WATCHOS WATCHOS_SIMULATOR - SWIFT_MODULE_DEPENDS_IOS Darwin CoreGraphics CoreImage CoreLocation Dispatch Foundation MapKit ObjectiveC os QuartzCore UIKit # auto-updated - SWIFT_MODULE_DEPENDS_WATCHOS Darwin CoreGraphics CoreLocation Dispatch Foundation ObjectiveC SceneKit simd UIKit # auto-updated + SWIFT_MODULE_DEPENDS_IOS Darwin CoreFoundation CoreGraphics CoreImage CoreLocation Dispatch Foundation MapKit ObjectiveC QuartzCore UIKit # auto-updated + os + SWIFT_MODULE_DEPENDS_WATCHOS Darwin CoreFoundation CoreGraphics CoreLocation Dispatch Foundation HomeKit MapKit ObjectiveC SceneKit simd UIKit # auto-updated FRAMEWORK_DEPENDS_WEAK WatchKit SWIFT_COMPILE_FLAGS_WATCHOS -Xfrontend -disable-autolink-framework -Xfrontend CoreText