lpw
2021-04-20 ed8a75165efbcd79f5f9b1ab6f4ec10eed6f16a1
1
2
3
4
5
6
7
8
9
10
11
framework module FirebaseCore {
umbrella header "FirebaseCore.h"
export *
module * { export * }
  link framework "AppKit"
  link framework "CoreTelephony"
  link framework "Foundation"
  link framework "Security"
  link framework "SystemConfiguration"
  link "z"
}