mirror of
https://bitbucket.org/vendoo/vendoo_v1.0.git
synced 2025-12-25 11:47:40 +00:00
27 lines
566 B
Plaintext
27 lines
566 B
Plaintext
framework module FirebaseAnalytics {
|
|
|
|
export *
|
|
|
|
umbrella header "FirebaseAnalytics.h"
|
|
|
|
header "FIRAnalytics+AppDelegate.h"
|
|
header "FIRAnalytics.h"
|
|
header "FIRAnalyticsConfiguration.h"
|
|
header "FIRApp.h"
|
|
header "FIRConfiguration.h"
|
|
header "FIREventNames.h"
|
|
header "FIROptions.h"
|
|
header "FIRParameterNames.h"
|
|
header "FIRUserPropertyNames.h"
|
|
|
|
link framework "AddressBook"
|
|
link framework "AdSupport"
|
|
link framework "SafariServices"
|
|
link framework "StoreKit"
|
|
link framework "SystemConfiguration"
|
|
|
|
link "c++"
|
|
link "sqlite3"
|
|
link "z"
|
|
}
|