Преглед изворни кода

【综合】提交firebase库

tangchao пре 1 година
родитељ
комит
624d9fc85b

+ 3 - 3
PDF Office/PDF Master/AppDelegate.swift

@@ -12,8 +12,8 @@ import AppCenter
 import AppCenterAnalytics
 import AppCenterCrashes
 #endif
-//import FirebaseCore
-//import FirebaseAnalytics
+import FirebaseCore
+import FirebaseAnalytics
 
 @main
 class AppDelegate: NSObject, NSApplicationDelegate {
@@ -75,7 +75,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
 #if VERSION_DMG
         AppCenter.start(withAppSecret: appSecret, services: [Analytics.self, Crashes.self])
 #endif
-//        FirebaseApp.configure()
+        FirebaseApp.configure()
 //        Analytics.logEvent(AnalyticsEventSignUp, parameters: [
 //          AnalyticsParameterMethod: "method"
 //          ])

+ 13 - 0
PDF Office/PDF Master/Third Pard Library/FirebaseAnalytics/FirebaseAnalytics.framework/Modules/module.modulemap

@@ -0,0 +1,13 @@
+framework module FirebaseAnalytics {
+umbrella header "FirebaseAnalytics.h"
+export *
+module * { export * }
+  link framework "AppKit"
+  link framework "CoreTelephony"
+  link framework "Foundation"
+  link framework "Security"
+  link framework "SystemConfiguration"
+  link "c++"
+  link "sqlite3"
+  link "z"
+}

+ 11 - 0
PDF Office/PDF Master/Third Pard Library/FirebaseAnalytics/FirebaseCore.framework/Modules/module.modulemap

@@ -0,0 +1,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"
+}

+ 10 - 0
PDF Office/PDF Master/Third Pard Library/FirebaseAnalytics/FirebaseCoreDiagnostics.framework/Modules/module.modulemap

@@ -0,0 +1,10 @@
+framework module FirebaseCoreDiagnostics {
+umbrella header "FirebaseCoreDiagnostics-umbrella.h"
+export *
+module * { export * }
+  link framework "CoreTelephony"
+  link framework "Foundation"
+  link framework "Security"
+  link framework "SystemConfiguration"
+  link "z"
+}

+ 11 - 0
PDF Office/PDF Master/Third Pard Library/FirebaseAnalytics/FirebaseInstallations.framework/Modules/module.modulemap

@@ -0,0 +1,11 @@
+framework module FirebaseInstallations {
+umbrella header "FirebaseInstallations.h"
+export *
+module * { export * }
+  link framework "AppKit"
+  link framework "CoreTelephony"
+  link framework "Foundation"
+  link framework "Security"
+  link framework "SystemConfiguration"
+  link "z"
+}

+ 10 - 0
PDF Office/PDF Master/Third Pard Library/FirebaseAnalytics/GoogleAppMeasurement.framework/Modules/module.modulemap

@@ -0,0 +1,10 @@
+framework module GoogleAppMeasurement {
+umbrella header "GoogleAppMeasurement-umbrella.h"
+export *
+module * { export * }
+  link framework "Security"
+  link framework "SystemConfiguration"
+  link "c++"
+  link "sqlite3"
+  link "z"
+}

+ 5 - 0
PDF Office/PDF Master/Third Pard Library/FirebaseAnalytics/GoogleAppMeasurementIdentitySupport.framework/Modules/module.modulemap

@@ -0,0 +1,5 @@
+framework module GoogleAppMeasurementIdentitySupport {
+umbrella header "GoogleAppMeasurementIdentitySupport-umbrella.h"
+export *
+module * { export * }
+}

+ 9 - 0
PDF Office/PDF Master/Third Pard Library/FirebaseAnalytics/GoogleDataTransport.framework/Modules/module.modulemap

@@ -0,0 +1,9 @@
+framework module GoogleDataTransport {
+umbrella header "GoogleDataTransport.h"
+export *
+module * { export * }
+  link framework "CoreTelephony"
+  link framework "Security"
+  link framework "SystemConfiguration"
+  link "z"
+}

+ 8 - 0
PDF Office/PDF Master/Third Pard Library/FirebaseAnalytics/GoogleUtilities.framework/Modules/module.modulemap

@@ -0,0 +1,8 @@
+framework module GoogleUtilities {
+umbrella header "GoogleUtilities-umbrella.h"
+export *
+module * { export * }
+  link framework "Security"
+  link framework "SystemConfiguration"
+  link "z"
+}

+ 5 - 0
PDF Office/PDF Master/Third Pard Library/FirebaseAnalytics/PromisesObjC.framework/Modules/module.modulemap

@@ -0,0 +1,5 @@
+framework module PromisesObjC {
+umbrella header "PromisesObjC-umbrella.h"
+export *
+module * { export * }
+}

+ 5 - 0
PDF Office/PDF Master/Third Pard Library/FirebaseAnalytics/nanopb.framework/Modules/module.modulemap

@@ -0,0 +1,5 @@
+framework module nanopb {
+umbrella header "nanopb-umbrella.h"
+export *
+module * { export * }
+}