swift-import-test.swift 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. import FirebaseABTesting
  20. import FirebaseAnalytics
  21. import FirebaseAppCheck
  22. #if os(iOS) && !targetEnvironment(macCatalyst)
  23. import FirebaseAppDistribution
  24. #endif
  25. import FirebaseAuth
  26. #if SWIFT_PACKAGE
  27. import FirebaseAuthCombineSwift
  28. #endif // SWIFT_PACKAGE
  29. import FirebaseCore
  30. import FirebaseCrashlytics
  31. import FirebaseDatabase
  32. import FirebaseDatabaseSwift
  33. #if os(iOS) && !targetEnvironment(macCatalyst)
  34. import FirebaseDynamicLinks
  35. #endif
  36. import FirebaseFirestore
  37. #if SWIFT_PACKAGE
  38. import FirebaseFirestoreCombineSwift
  39. #endif // SWIFT_PACKAGE
  40. import FirebaseFirestoreSwift
  41. import FirebaseFunctions
  42. #if SWIFT_PACKAGE
  43. import FirebaseFunctionsCombineSwift
  44. #endif // SWIFT_PACKAGE
  45. import FirebaseInstallations
  46. import FirebaseMessaging
  47. import FirebaseMLModelDownloader
  48. #if (os(iOS) && !targetEnvironment(macCatalyst)) || os(tvOS)
  49. import FirebaseInAppMessaging
  50. import FirebasePerformance
  51. #endif
  52. import FirebaseRemoteConfig
  53. import FirebaseRemoteConfigSwift
  54. import FirebaseStorage
  55. #if SWIFT_PACKAGE
  56. import FirebaseStorageCombineSwift
  57. #endif // SWIFT_PACKAGE