Skip to content

Commit 5969e2f

Browse files
committed
chore: fx import headers
1 parent b39c507 commit 5969e2f

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

packages/cloud_firestore/cloud_firestore/ios/cloud_firestore/Sources/cloud_firestore/FLTDocumentSnapshotStreamHandler.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
@import FirebaseFirestore;
66
#if defined(SWIFT_PACKAGE) || \
7-
__has_include(<firebase_core_shared/firebase_core_shared-Swift.h>)
7+
__has_include(<firebase_core_shared/FLTFirebaseCorePlugin.h>)
88
@import firebase_core_shared;
99
#elif __has_include(<firebase_core/firebase_core-Swift.h>)
1010
#import <firebase_core/firebase_core-Swift.h>

packages/cloud_firestore/cloud_firestore/ios/cloud_firestore/Sources/cloud_firestore/FLTFirebaseFirestorePlugin.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
@import FirebaseFirestore;
66
#if defined(SWIFT_PACKAGE) || \
7-
__has_include(<firebase_core_shared/firebase_core_shared-Swift.h>)
7+
__has_include(<firebase_core_shared/FLTFirebaseCorePlugin.h>)
88
@import firebase_core_shared;
99
#elif __has_include(<firebase_core/firebase_core-Swift.h>)
1010
#import <firebase_core/firebase_core-Swift.h>

packages/cloud_firestore/cloud_firestore/ios/cloud_firestore/Sources/cloud_firestore/FLTFirebaseFirestoreReader.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@import FirebaseFirestore;
66
@import FirebaseCore;
77
#if defined(SWIFT_PACKAGE) || \
8-
__has_include(<firebase_core_shared/firebase_core_shared-Swift.h>)
8+
__has_include(<firebase_core_shared/FLTFirebaseCorePlugin.h>)
99
@import firebase_core_shared;
1010
#elif __has_include(<firebase_core/firebase_core-Swift.h>)
1111
#import <firebase_core/firebase_core-Swift.h>

packages/cloud_firestore/cloud_firestore/ios/cloud_firestore/Sources/cloud_firestore/FLTFirebaseFirestoreWriter.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@import FirebaseFirestore;
66
@import FirebaseCore;
77
#if defined(SWIFT_PACKAGE) || \
8-
__has_include(<firebase_core_shared/firebase_core_shared-Swift.h>)
8+
__has_include(<firebase_core_shared/FLTFirebaseCorePlugin.h>)
99
@import firebase_core_shared;
1010
#elif __has_include(<firebase_core/firebase_core-Swift.h>)
1111
#import <firebase_core/firebase_core-Swift.h>

packages/cloud_firestore/cloud_firestore/ios/cloud_firestore/Sources/cloud_firestore/FLTLoadBundleStreamHandler.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
@import FirebaseFirestore;
1313
#if defined(SWIFT_PACKAGE) || \
14-
__has_include(<firebase_core_shared/firebase_core_shared-Swift.h>)
14+
__has_include(<firebase_core_shared/FLTFirebaseCorePlugin.h>)
1515
@import firebase_core_shared;
1616
#elif __has_include(<firebase_core/firebase_core-Swift.h>)
1717
#import <firebase_core/firebase_core-Swift.h>

packages/cloud_firestore/cloud_firestore/ios/cloud_firestore/Sources/cloud_firestore/FLTQuerySnapshotStreamHandler.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
@import FirebaseFirestore;
66
#if defined(SWIFT_PACKAGE) || \
7-
__has_include(<firebase_core_shared/firebase_core_shared-Swift.h>)
7+
__has_include(<firebase_core_shared/FLTFirebaseCorePlugin.h>)
88
@import firebase_core_shared;
99
#elif __has_include(<firebase_core/firebase_core-Swift.h>)
1010
#import <firebase_core/firebase_core-Swift.h>

packages/cloud_firestore/cloud_firestore/ios/cloud_firestore/Sources/cloud_firestore/FLTTransactionStreamHandler.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
@import FirebaseFirestore;
66
#if defined(SWIFT_PACKAGE) || \
7-
__has_include(<firebase_core_shared/firebase_core_shared-Swift.h>)
7+
__has_include(<firebase_core_shared/FLTFirebaseCorePlugin.h>)
88
@import firebase_core_shared;
99
#elif __has_include(<firebase_core/firebase_core-Swift.h>)
1010
#import <firebase_core/firebase_core-Swift.h>

packages/cloud_firestore/cloud_firestore/ios/cloud_firestore/Sources/cloud_firestore/include/cloud_firestore/Public/FLTFirebaseFirestorePlugin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#import <Foundation/Foundation.h>
1313
#if defined(SWIFT_PACKAGE) || \
14-
__has_include(<firebase_core_shared/firebase_core_shared-Swift.h>)
14+
__has_include(<firebase_core_shared/FLTFirebaseCorePlugin.h>)
1515
@import firebase_core_shared;
1616
#elif __has_include(<firebase_core/firebase_core-Swift.h>)
1717
#import <firebase_core/firebase_core-Swift.h>

packages/firebase_app_check/firebase_app_check/ios/firebase_app_check/Sources/firebase_app_check/FLTFirebaseAppCheckPlugin.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
@import FirebaseAppCheck;
99
#if defined(SWIFT_PACKAGE) || \
10-
__has_include(<firebase_core_shared/firebase_core_shared-Swift.h>)
10+
__has_include(<firebase_core_shared/FLTFirebaseCorePlugin.h>)
1111
@import firebase_core_shared;
1212
#elif __has_include(<firebase_core/firebase_core-Swift.h>)
1313
#import <firebase_core/firebase_core-Swift.h>

packages/firebase_app_check/firebase_app_check/ios/firebase_app_check/Sources/firebase_app_check/include/FLTFirebaseAppCheckPlugin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#import <Foundation/Foundation.h>
1313
#if defined(SWIFT_PACKAGE) || \
14-
__has_include(<firebase_core_shared/firebase_core_shared-Swift.h>)
14+
__has_include(<firebase_core_shared/FLTFirebaseCorePlugin.h>)
1515
@import firebase_core_shared;
1616
#elif __has_include(<firebase_core/firebase_core-Swift.h>)
1717
#import <firebase_core/firebase_core-Swift.h>

0 commit comments

Comments
 (0)