lpw
2023-06-03 aca600212ff84587e15aad341babd5eb2faf69a5
commit | author | age
a6c014 1 framework module FirebaseAnalytics {
aca600 2 umbrella header "FirebaseAnalytics-umbrella.h"
454098 3 export *
L 4 module * { export * }
5   link framework "Foundation"
a6c014 6   link framework "Security"
L 7   link framework "SystemConfiguration"
8   link framework "UIKit"
454098 9   link "c++"
L 10   link "sqlite3"
11   link "z"
a6c014 12 }