module.modulemap   [plain text]


module CommonCrypto [system] [extern_c] {
  umbrella header "CommonCrypto.h"
  export *
  module * { export * }
}