Skip to content

Commit e498a98

Browse files
committed
SDK overlay: remove Contacts dependency from UIKit
The SDK headers don't have this dependency. Looks like it was added by mistake. rdar://problem/26190517
1 parent e7c81c5 commit e498a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/SDK/UIKit/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ add_swift_library(swiftUIKit IS_SDK_OVERLAY
33
UIKit.swift
44
TARGET_SDKS IOS IOS_SIMULATOR TVOS TVOS_SIMULATOR WATCHOS WATCHOS_SIMULATOR
55
SWIFT_MODULE_DEPENDS ObjectiveC Foundation
6-
SWIFT_MODULE_DEPENDS_IOS Contacts CoreImage
6+
SWIFT_MODULE_DEPENDS_IOS CoreImage
77
SWIFT_MODULE_DEPENDS_TVOS CoreImage
88
SWIFT_COMPILE_FLAGS_WATCHOS -Xfrontend -disable-autolink-framework -Xfrontend CoreText
99
FRAMEWORK_DEPENDS UIKit)

0 commit comments

Comments
 (0)