swift-import-test.swift 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. // ‼️ Changes should also be reflected in the ObjC/ObjC++ files if applicable.
  15. #if !COCOAPODS
  16. // TODO(ncooke3): Figure out why this isn't working on CocoaPods.
  17. import Firebase
  18. #endif // !COCOAPODS
  19. // NOTE(ncooke3): `FirebaseABTesting` is not listed as a library.
  20. import FirebaseABTesting
  21. import FirebaseAnalytics
  22. import FirebaseAnalyticsSwift
  23. import FirebaseAppCheck
  24. #if os(iOS) && !targetEnvironment(macCatalyst)
  25. import FirebaseAppDistribution
  26. #endif
  27. import FirebaseAuth
  28. #if SWIFT_PACKAGE
  29. import FirebaseAuthCombineSwift
  30. #endif // SWIFT_PACKAGE
  31. import FirebaseCore
  32. import FirebaseCrashlytics
  33. import FirebaseDatabase
  34. import FirebaseDatabaseSwift
  35. #if os(iOS) && !targetEnvironment(macCatalyst)
  36. import FirebaseDynamicLinks
  37. #endif
  38. import FirebaseFirestore
  39. #if SWIFT_PACKAGE
  40. import FirebaseFirestoreCombineSwift
  41. #endif // SWIFT_PACKAGE
  42. import FirebaseFirestoreSwift
  43. import FirebaseFunctions
  44. #if SWIFT_PACKAGE
  45. import FirebaseFunctionsCombineSwift
  46. #endif // SWIFT_PACKAGE
  47. import FirebaseInstallations
  48. import FirebaseMessaging
  49. import FirebaseMLModelDownloader
  50. #if (os(iOS) && !targetEnvironment(macCatalyst)) || os(tvOS)
  51. import FirebasePerformance
  52. import FirebaseInAppMessaging
  53. import FirebaseInAppMessagingSwift
  54. #endif
  55. import FirebaseRemoteConfig
  56. import FirebaseRemoteConfigSwift
  57. import FirebaseStorage
  58. #if SWIFT_PACKAGE
  59. import FirebaseStorageCombineSwift
  60. #endif // SWIFT_PACKAGE