|
|
@@ -25,12 +25,12 @@
|
|
|
#import "FirebaseDynamicLinks/FirebaseDynamicLinks.h"
|
|
|
#import "FirebaseFirestore/FirebaseFirestore.h"
|
|
|
#import "FirebaseFunctions/FirebaseFunctions.h"
|
|
|
-#if TARGET_OS_IOS || TARGET_OS_TVOS
|
|
|
+#if TARGET_OS_IOS || TARGET_OS_TV
|
|
|
#import "FirebaseInAppMessaging/FirebaseInAppMessaging.h"
|
|
|
#endif
|
|
|
#import "FirebaseInstallations/FirebaseInstallations.h"
|
|
|
#import "FirebaseMessaging/FirebaseMessaging.h"
|
|
|
-#if (TARGET_OS_IOS && !TARGET_OS_MACCATALYST) || TARGET_OS_TVOS
|
|
|
+#if (TARGET_OS_IOS && !TARGET_OS_MACCATALYST) || TARGET_OS_TV
|
|
|
#import "FirebasePerformance/FirebasePerformance.h"
|
|
|
#endif
|
|
|
#import "FirebaseRemoteConfig/FirebaseRemoteConfig.h"
|
|
|
@@ -49,12 +49,12 @@
|
|
|
#import <FirebaseDynamicLinks/FirebaseDynamicLinks.h>
|
|
|
#import <FirebaseFirestore/FirebaseFirestore.h>
|
|
|
#import <FirebaseFunctions/FirebaseFunctions.h>
|
|
|
-#if TARGET_OS_IOS || TARGET_OS_TVOS
|
|
|
+#if TARGET_OS_IOS || TARGET_OS_TV
|
|
|
#import <FirebaseInAppMessaging/FirebaseInAppMessaging.h>
|
|
|
#endif
|
|
|
#import <FirebaseInstallations/FirebaseInstallations.h>
|
|
|
#import <FirebaseMessaging/FirebaseMessaging.h>
|
|
|
-#if (TARGET_OS_IOS && !TARGET_OS_MACCATALYST) || TARGET_OS_TVOS
|
|
|
+#if (TARGET_OS_IOS && !TARGET_OS_MACCATALYST) || TARGET_OS_TV
|
|
|
#import <FirebasePerformance/FirebasePerformance.h>
|
|
|
#endif
|
|
|
#import <FirebaseRemoteConfig/FirebaseRemoteConfig.h>
|