objcxx-header-import-test.mm 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. // Copyright 2023 Google LLC
  2. //
  3. // Licensed under the Apache License, Version 2.0 (the "License");
  4. // you may not use this file except in compliance with the License.
  5. // You may obtain a copy of the License at
  6. //
  7. // http://www.apache.org/licenses/LICENSE-2.0
  8. //
  9. // Unless required by applicable law or agreed to in writing, software
  10. // distributed under the License is distributed on an "AS IS" BASIS,
  11. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. // See the License for the specific language governing permissions and
  13. // limitations under the License.
  14. // This file imports all Firebase products that vend an umbrella header.
  15. // Products implemented in Swift are therefore omitted.
  16. // ‼️ Changes should also be reflected in `objc-header-import-test.m`.
  17. // TODO(Xcode 14.3): Re-enable contest when GHA supports Xcode 14.3.
  18. // #import <Firebase.h>
  19. // #import <FirebaseABTesting/FirebaseABTesting.h>
  20. // #import <FirebaseAnalytics/FirebaseAnalytics.h>
  21. // #import <FirebaseAppCheck/FirebaseAppCheck.h>
  22. // #import "Firebase.h"
  23. // #import "FirebaseABTesting/FirebaseABTesting.h"
  24. // #import "FirebaseAnalytics/FirebaseAnalytics.h"
  25. // #import "FirebaseAppCheck/FirebaseAppCheck.h"
  26. // #if TARGET_OS_IOS && !TARGET_OS_MACCATALYST
  27. // #import <FirebaseAppDistribution/FirebaseAppDistribution.h>
  28. // #import "FirebaseAppDistribution/FirebaseAppDistribution.h"
  29. // #endif
  30. // #import <FirebaseAuth/FirebaseAuth.h>
  31. // #import <FirebaseCore/FirebaseCore.h>
  32. // #import <FirebaseCrashlytics/FirebaseCrashlytics.h>
  33. // #import <FirebaseDatabase/FirebaseDatabase.h>
  34. // #import "FirebaseAuth/FirebaseAuth.h"
  35. // #import "FirebaseCore/FirebaseCore.h"
  36. // #import "FirebaseCrashlytics/FirebaseCrashlytics.h"
  37. // #import "FirebaseDatabase/FirebaseDatabase.h"
  38. // #if TARGET_OS_IOS && !TARGET_OS_MACCATALYST
  39. // #import <FirebaseDynamicLinks/FirebaseDynamicLinks.h>
  40. // #import "FirebaseDynamicLinks/FirebaseDynamicLinks.h"
  41. // #endif
  42. // #import <FirebaseFirestore/FirebaseFirestore.h>
  43. // #import "FirebaseFirestore/FirebaseFirestore.h"
  44. // #import <FirebaseInstallations/FirebaseInstallations.h>
  45. // #import <FirebaseMessaging/FirebaseMessaging.h>
  46. // #import "FirebaseInstallations/FirebaseInstallations.h"
  47. // #import "FirebaseMessaging/FirebaseMessaging.h"
  48. // #if (TARGET_OS_IOS && !TARGET_OS_MACCATALYST) || TARGET_OS_TV
  49. // #import <FirebasePerformance/FirebasePerformance.h>
  50. // #import "FirebasePerformance/FirebasePerformance.h"
  51. // #import <FirebaseInAppMessaging/FirebaseInAppMessaging.h>
  52. // #import "FirebaseInAppMessaging/FirebaseInAppMessaging.h"
  53. // #endif
  54. // #import <FirebaseRemoteConfig/FirebaseRemoteConfig.h>
  55. // #import "FirebaseRemoteConfig/FirebaseRemoteConfig.h"