objcxx-module-import-test.mm 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. // ‼️ NOTE: Changes should also be reflected in `objc-module-import-test.m`.
  15. // TODO(Xcode 14.3): Re-enable contest when GHA supports Xcode 14.3.
  16. // @import Firebase;
  17. // @import FirebaseABTesting;
  18. // @import FirebaseAnalytics;
  19. // @import FirebaseAppCheck;
  20. // #if TARGET_OS_IOS && !TARGET_OS_MACCATALYST
  21. // @import FirebaseAppDistribution;
  22. // #endif
  23. // @import FirebaseAuth;
  24. // @import FirebaseCore;
  25. // @import FirebaseCrashlytics;
  26. // @import FirebaseDatabase;
  27. // #if TARGET_OS_IOS && !TARGET_OS_MACCATALYST
  28. // @import FirebaseDynamicLinks;
  29. // #endif
  30. // @import FirebaseFirestore;
  31. // @import FirebaseFunctions;
  32. // @import FirebaseInstallations;
  33. // @import FirebaseMessaging;
  34. // #if (TARGET_OS_IOS && !TARGET_OS_MACCATALYST) || TARGET_OS_TV
  35. // @import FirebasePerformance;
  36. // @import FirebaseInAppMessaging;
  37. // #endif
  38. // @import FirebaseRemoteConfig;
  39. // @import FirebaseStorage;