module.modulemap 231 B

12345678910
  1. framework module GoogleAppMeasurement {
  2. umbrella header "GoogleAppMeasurement-umbrella.h"
  3. export *
  4. module * { export * }
  5. link framework "Security"
  6. link framework "SystemConfiguration"
  7. link "c++"
  8. link "sqlite3"
  9. link "z"
  10. }