module.modulemap 210 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 module Cocoa { header "Cocoa.h" } module AppKit { header "AppKit.h" } module CoreText { header "CoreText.h" } module Foundation { header "Foundation.h" } module CoreVideo { header "CoreVideo.h" }