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 @@ -73,9 +73,13 @@ add_swift_target_library(swiftFoundation ${SWIFT_SDK_OVERLAY_LIBRARY_BUILD_TYPES
73
73
LINK_FLAGS "${SWIFT_RUNTIME_SWIFT_LINK_FLAGS} "
74
74
75
75
SWIFT_MODULE_DEPENDS_OSX Darwin CoreFoundation CoreGraphics Dispatch IOKit ObjectiveC # auto-updated
76
+ CoreGraphics # imported in Swift
76
77
SWIFT_MODULE_DEPENDS_IOS Darwin CoreFoundation CoreGraphics Dispatch ObjectiveC # auto-updated
78
+ CoreGraphics # imported in Swift
77
79
SWIFT_MODULE_DEPENDS_TVOS Darwin CoreFoundation CoreGraphics Dispatch ObjectiveC # auto-updated
80
+ CoreGraphics # imported in Swift
78
81
SWIFT_MODULE_DEPENDS_WATCHOS Darwin CoreFoundation CoreGraphics Dispatch ObjectiveC # auto-updated
82
+ CoreGraphics # imported in Swift
79
83
FRAMEWORK_DEPENDS Foundation
80
84
81
85
DEPLOYMENT_VERSION_OSX ${SWIFTLIB_DEPLOYMENT_VERSION_FOUNDATION_OSX}
You can’t perform that action at this time.
0 commit comments