File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
stdlib/public/Darwin/Foundation Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -71,9 +71,13 @@ add_swift_target_library(swiftFoundation ${SWIFT_SDK_OVERLAY_LIBRARY_BUILD_TYPES
71
71
LINK_FLAGS "${SWIFT_RUNTIME_SWIFT_LINK_FLAGS} "
72
72
73
73
SWIFT_MODULE_DEPENDS_OSX Darwin CoreFoundation CoreGraphics Dispatch IOKit ObjectiveC # auto-updated
74
+ CoreGraphics # imported in Swift
74
75
SWIFT_MODULE_DEPENDS_IOS Darwin CoreFoundation CoreGraphics Dispatch ObjectiveC # auto-updated
76
+ CoreGraphics # imported in Swift
75
77
SWIFT_MODULE_DEPENDS_TVOS Darwin CoreFoundation CoreGraphics Dispatch ObjectiveC # auto-updated
78
+ CoreGraphics # imported in Swift
76
79
SWIFT_MODULE_DEPENDS_WATCHOS Darwin CoreFoundation CoreGraphics Dispatch ObjectiveC # auto-updated
80
+ CoreGraphics # imported in Swift
77
81
FRAMEWORK_DEPENDS Foundation
78
82
79
83
DEPLOYMENT_VERSION_OSX ${SWIFTLIB_DEPLOYMENT_VERSION_FOUNDATION_OSX}
You can’t perform that action at this time.
0 commit comments