mirror of
https://github.com/apple/swift.git
synced 2025-12-25 12:15:36 +01:00
"import Cocoa" exposes the Swift adapter for Foundation, so we need to make sure to link against both Cocoa.framework and libswiftFoundation.dylib. We don't need to link against CoreData.framework, though; that's taken care of by Cocoa.framework. Swift SVN r11149
2 lines
32 B
C
2 lines
32 B
C
@import ClangModuleWithAdapter;
|