From 22721a013bdd10d5eb395ba18453585f5f3f1f7f Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 31 Aug 2020 23:07:20 +0200 Subject: rebuild the ios platform and the plugins --- .../ios/Pods/Firebase/CoreOnly/Sources/Firebase.h | 199 +++++++++++++++++++++ .../Firebase/CoreOnly/Sources/module.modulemap | 4 + 2 files changed, 203 insertions(+) create mode 100755 StoneIsland/platforms/ios/Pods/Firebase/CoreOnly/Sources/Firebase.h create mode 100755 StoneIsland/platforms/ios/Pods/Firebase/CoreOnly/Sources/module.modulemap (limited to 'StoneIsland/platforms/ios/Pods/Firebase/CoreOnly') 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() + #import + #elif __has_include("FirebaseCore.h") + #import "FirebaseCore.h" + #endif + + #if __has_include() + #import + #endif + + #if __has_include() + #import + #elif __has_include("FirebaseAuth.h") + #import "FirebaseAuth.h" + #endif + + #if __has_include() + #import + #elif __has_include("FirebaseCrashlytics.h") + #import "FirebaseCrashlytics.h" + #endif + + #if __has_include() + #import + #elif __has_include("FirebaseDatabase.h") + #import "FirebaseDatabase.h" + #endif + + #if __has_include() + #import + #if !__has_include() + #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() + #import + #elif __has_include("FirebaseFirestore.h") + #import "FirebaseFirestore.h" + #endif + + #if __has_include() + #import + #elif __has_include("FirebaseFunctions.h") + #import "FirebaseFunctions.h" + #endif + + #if __has_include() + #import + #if !__has_include() + #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() + #import + #endif + + #if __has_include() + #import + #if !__has_include() + #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() + #import + #endif + + #if __has_include() + #import + #endif + + #if __has_include() + #import + #endif + + #if __has_include() + #import + #endif + + #if __has_include() + #import + #endif + + #if __has_include() + #import + #endif + + #if __has_include() + #import + #endif + + #if __has_include() + #import + #endif + + #if __has_include() + #import + #endif + + #if __has_include() + #import + #endif + + #if __has_include() + #import + #endif + + #if __has_include() + #import + #endif + + #if __has_include() + #import + #endif + + #if __has_include() + #import + #if !__has_include() + #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() + #import + #if !__has_include() + #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() + #import + #elif __has_include("FirebaseStorage.h") + #import "FirebaseStorage.h" + #endif + + #if __has_include() + #import + #endif + + #if __has_include() + #import + #endif + + #if __has_include() + #import + #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 -- cgit v1.2.3-70-g09d2