module.modulemap
1 framework module CoreFoundation [extern_c] [system] { 2 umbrella header "CoreFoundation.h" 3 explicit module CFPlugInCOM { header "CFPlugInCOM.h" } 4 5 export * 6 module * { 7 export * 8 } 9 }
1 framework module CoreFoundation [extern_c] [system] { 2 umbrella header "CoreFoundation.h" 3 explicit module CFPlugInCOM { header "CFPlugInCOM.h" } 4 5 export * 6 module * { 7 export * 8 } 9 }