You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
253 B

  1. framework module GoogleAppMeasurement {
  2. export *
  3. module * { export * }
  4. link "sqlite3"
  5. link "z"
  6. link framework "CoreData"
  7. link framework "Security"
  8. link framework "StoreKit"
  9. link framework "SystemConfiguration"
  10. link framework "UIKit"
  11. }