summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/Pods/Firebase/CoreOnly
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-08-31 23:07:20 +0200
committerJules Laplace <julescarbon@gmail.com>2020-08-31 23:07:20 +0200
commit22721a013bdd10d5eb395ba18453585f5f3f1f7f (patch)
tree5a920e31d6026ed5dc55265e5fd057febccc50e3 /StoneIsland/platforms/ios/Pods/Firebase/CoreOnly
parentd22d51a1ae49680015326857360eb699f31efced (diff)
rebuild the ios platform and the plugins
Diffstat (limited to 'StoneIsland/platforms/ios/Pods/Firebase/CoreOnly')
-rwxr-xr-xStoneIsland/platforms/ios/Pods/Firebase/CoreOnly/Sources/Firebase.h199
-rwxr-xr-xStoneIsland/platforms/ios/Pods/Firebase/CoreOnly/Sources/module.modulemap4
2 files changed, 203 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/Pods/Firebase/CoreOnly/Sources/Firebase.h b/StoneIsland/platforms/ios/Pods/Firebase/CoreOnly/Sources/Firebase.h
new file mode 100755
index 00000000..0c84691d
--- /dev/null
+++ b/StoneIsland/platforms/ios/Pods/Firebase/CoreOnly/Sources/Firebase.h
@@ -0,0 +1,199 @@
+// Copyright 2019 Google
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// The module qualified imports are for CocoaPods and the simple file names
+// for Swift Package Manager.
+
+#if !defined(__has_include)
+ #error "Firebase.h won't import anything if your compiler doesn't support __has_include. Please \
+ import the headers individually."
+#else
+ #if __has_include(<FirebaseCore/FirebaseCore.h>)
+ #import <FirebaseCore/FirebaseCore.h>
+ #elif __has_include("FirebaseCore.h")
+ #import "FirebaseCore.h"
+ #endif
+
+ #if __has_include(<FirebaseAnalytics/FirebaseAnalytics.h>)
+ #import <FirebaseAnalytics/FirebaseAnalytics.h>
+ #endif
+
+ #if __has_include(<FirebaseAuth/FirebaseAuth.h>)
+ #import <FirebaseAuth/FirebaseAuth.h>
+ #elif __has_include("FirebaseAuth.h")
+ #import "FirebaseAuth.h"
+ #endif
+
+ #if __has_include(<FirebaseCrashlytics/FirebaseCrashlytics.h>)
+ #import <FirebaseCrashlytics/FirebaseCrashlytics.h>
+ #elif __has_include("FirebaseCrashlytics.h")
+ #import "FirebaseCrashlytics.h"
+ #endif
+
+ #if __has_include(<FirebaseDatabase/FirebaseDatabase.h>)
+ #import <FirebaseDatabase/FirebaseDatabase.h>
+ #elif __has_include("FirebaseDatabase.h")
+ #import "FirebaseDatabase.h"
+ #endif
+
+ #if __has_include(<FirebaseDynamicLinks/FirebaseDynamicLinks.h>)
+ #import <FirebaseDynamicLinks/FirebaseDynamicLinks.h>
+ #if !__has_include(<FirebaseAnalytics/FirebaseAnalytics.h>)
+ #ifndef FIREBASE_ANALYTICS_SUPPRESS_WARNING
+ #warning "FirebaseAnalytics.framework is not included in your target. Please add \
+`Firebase/Analytics` to your Podfile or add FirebaseAnalytics.framework to your project to ensure \
+Firebase Dynamic Links works as intended."
+ #endif // #ifndef FIREBASE_ANALYTICS_SUPPRESS_WARNING
+ #endif
+ #elif __has_include("FirebaseDynamicLinks.h")
+ #import "FirebaseDynamicLinks.h"
+ #endif
+
+ #if __has_include(<FirebaseFirestore/FirebaseFirestore.h>)
+ #import <FirebaseFirestore/FirebaseFirestore.h>
+ #elif __has_include("FirebaseFirestore.h")
+ #import "FirebaseFirestore.h"
+ #endif
+
+ #if __has_include(<FirebaseFunctions/FirebaseFunctions.h>)
+ #import <FirebaseFunctions/FirebaseFunctions.h>
+ #elif __has_include("FirebaseFunctions.h")
+ #import "FirebaseFunctions.h"
+ #endif
+
+ #if __has_include(<FirebaseInAppMessaging/FirebaseInAppMessaging.h>)
+ #import <FirebaseInAppMessaging/FirebaseInAppMessaging.h>
+ #if !__has_include(<FirebaseAnalytics/FirebaseAnalytics.h>)
+ #ifndef FIREBASE_ANALYTICS_SUPPRESS_WARNING
+ #warning "FirebaseAnalytics.framework is not included in your target. Please add \
+`Firebase/Analytics` to your Podfile or add FirebaseAnalytics.framework to your project to ensure \
+Firebase In App Messaging works as intended."
+ #endif // #ifndef FIREBASE_ANALYTICS_SUPPRESS_WARNING
+ #endif
+ #elif __has_include("FirebaseInAppMessaging.h")
+ #import "FirebaseInAppMessaging.h"
+ #endif
+
+ #if __has_include(<FirebaseInstanceID/FirebaseInstanceID.h>)
+ #import <FirebaseInstanceID/FirebaseInstanceID.h>
+ #endif
+
+ #if __has_include(<FirebaseMessaging/FirebaseMessaging.h>)
+ #import <FirebaseMessaging/FirebaseMessaging.h>
+ #if !__has_include(<FirebaseAnalytics/FirebaseAnalytics.h>)
+ #ifndef FIREBASE_ANALYTICS_SUPPRESS_WARNING
+ #warning "FirebaseAnalytics.framework is not included in your target. Please add \
+`Firebase/Analytics` to your Podfile or add FirebaseAnalytics.framework to your project to ensure \
+Firebase Messaging works as intended."
+ #endif // #ifndef FIREBASE_ANALYTICS_SUPPRESS_WARNING
+ #endif
+ #elif __has_include("FirebaseMessaging.h")
+ #import "FirebaseMessaging.h"
+ #endif
+
+ #if __has_include(<FirebaseMLCommon/FirebaseMLCommon.h>)
+ #import <FirebaseMLCommon/FirebaseMLCommon.h>
+ #endif
+
+ #if __has_include(<FirebaseMLModelInterpreter/FirebaseMLModelInterpreter.h>)
+ #import <FirebaseMLModelInterpreter/FirebaseMLModelInterpreter.h>
+ #endif
+
+ #if __has_include(<FirebaseMLNLLanguageID/FirebaseMLNLLanguageID.h>)
+ #import <FirebaseMLNLLanguageID/FirebaseMLNLLanguageID.h>
+ #endif
+
+ #if __has_include(<FirebaseMLNLSmartReply/FirebaseMLNLSmartReply.h>)
+ #import <FirebaseMLNLSmartReply/FirebaseMLNLSmartReply.h>
+ #endif
+
+ #if __has_include(<FirebaseMLNLTranslate/FirebaseMLNLTranslate.h>)
+ #import <FirebaseMLNLTranslate/FirebaseMLNLTranslate.h>
+ #endif
+
+ #if __has_include(<FirebaseMLNaturalLanguage/FirebaseMLNaturalLanguage.h>)
+ #import <FirebaseMLNaturalLanguage/FirebaseMLNaturalLanguage.h>
+ #endif
+
+ #if __has_include(<FirebaseMLVision/FirebaseMLVision.h>)
+ #import <FirebaseMLVision/FirebaseMLVision.h>
+ #endif
+
+ #if __has_include(<FirebaseMLVisionAutoML/FirebaseMLVisionAutoML.h>)
+ #import <FirebaseMLVisionAutoML/FirebaseMLVisionAutoML.h>
+ #endif
+
+ #if __has_include(<FirebaseMLVisionBarcodeModel/FirebaseMLVisionBarcodeModel.h>)
+ #import <FirebaseMLVisionBarcodeModel/FirebaseMLVisionBarcodeModel.h>
+ #endif
+
+ #if __has_include(<FirebaseMLVisionFaceModel/FirebaseMLVisionFaceModel.h>)
+ #import <FirebaseMLVisionFaceModel/FirebaseMLVisionFaceModel.h>
+ #endif
+
+ #if __has_include(<FirebaseMLVisionLabelModel/FirebaseMLVisionLabelModel.h>)
+ #import <FirebaseMLVisionLabelModel/FirebaseMLVisionLabelModel.h>
+ #endif
+
+ #if __has_include(<FirebaseMLVisionObjectDetection/FirebaseMLVisionObjectDetection.h>)
+ #import <FirebaseMLVisionObjectDetection/FirebaseMLVisionObjectDetection.h>
+ #endif
+
+ #if __has_include(<FirebaseMLVisionTextModel/FirebaseMLVisionTextModel.h>)
+ #import <FirebaseMLVisionTextModel/FirebaseMLVisionTextModel.h>
+ #endif
+
+ #if __has_include(<FirebasePerformance/FirebasePerformance.h>)
+ #import <FirebasePerformance/FirebasePerformance.h>
+ #if !__has_include(<FirebaseAnalytics/FirebaseAnalytics.h>)
+ #ifndef FIREBASE_ANALYTICS_SUPPRESS_WARNING
+ #warning "FirebaseAnalytics.framework is not included in your target. Please add \
+`Firebase/Analytics` to your Podfile or add FirebaseAnalytics.framework to your project to ensure \
+Firebase Performance works as intended."
+ #endif // #ifndef FIREBASE_ANALYTICS_SUPPRESS_WARNING
+ #endif
+ #endif
+
+ #if __has_include(<FirebaseRemoteConfig/FirebaseRemoteConfig.h>)
+ #import <FirebaseRemoteConfig/FirebaseRemoteConfig.h>
+ #if !__has_include(<FirebaseAnalytics/FirebaseAnalytics.h>)
+ #ifndef FIREBASE_ANALYTICS_SUPPRESS_WARNING
+ #warning "FirebaseAnalytics.framework is not included in your target. Please add \
+`Firebase/Analytics` to your Podfile or add FirebaseAnalytics.framework to your project to ensure \
+Firebase Remote Config works as intended."
+ #endif // #ifndef FIREBASE_ANALYTICS_SUPPRESS_WARNING
+ #endif
+ #elif __has_include("FirebaseRemoteConfig.h")
+ #import "FirebaseRemoteConfig.h"
+ #endif
+
+ #if __has_include(<FirebaseStorage/FirebaseStorage.h>)
+ #import <FirebaseStorage/FirebaseStorage.h>
+ #elif __has_include("FirebaseStorage.h")
+ #import "FirebaseStorage.h"
+ #endif
+
+ #if __has_include(<GoogleMobileAds/GoogleMobileAds.h>)
+ #import <GoogleMobileAds/GoogleMobileAds.h>
+ #endif
+
+ #if __has_include(<Fabric/Fabric.h>)
+ #import <Fabric/Fabric.h>
+ #endif
+
+ #if __has_include(<Crashlytics/Crashlytics.h>)
+ #import <Crashlytics/Crashlytics.h>
+ #endif
+
+#endif // defined(__has_include)
diff --git a/StoneIsland/platforms/ios/Pods/Firebase/CoreOnly/Sources/module.modulemap b/StoneIsland/platforms/ios/Pods/Firebase/CoreOnly/Sources/module.modulemap
new file mode 100755
index 00000000..3685b54a
--- /dev/null
+++ b/StoneIsland/platforms/ios/Pods/Firebase/CoreOnly/Sources/module.modulemap
@@ -0,0 +1,4 @@
+module Firebase {
+ export *
+ header "Firebase.h"
+} \ No newline at end of file