lpw
2021-04-20 ed8a75165efbcd79f5f9b1ab6f4ec10eed6f16a1
commit | author | age
a6c014 1 framework module FirebaseAnalytics {
454098 2 umbrella header "FirebaseAnalytics.h"
L 3 export *
4 module * { export * }
5   link framework "CoreTelephony"
6   link framework "Foundation"
a6c014 7   link framework "Security"
L 8   link framework "SystemConfiguration"
9   link framework "UIKit"
454098 10   link "c++"
L 11   link "sqlite3"
12   link "z"
a6c014 13 }