module.modulemap 191 B

12345678
  1. framework module GoogleUtilities {
  2. umbrella header "GoogleUtilities-umbrella.h"
  3. export *
  4. module * { export * }
  5. link framework "Security"
  6. link framework "SystemConfiguration"
  7. link "z"
  8. }