Skip to content

Commit fe9b335

Browse files
committed
chore: incldue core headers
1 parent 7c354cc commit fe9b335

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
@@ -3,7 +3,7 @@
33
// found in the LICENSE file.
44

55
@import FirebaseFirestore;
6-
#ifdef SWIFT_PACKAGE
6+
#if __has_include(<firebase_core_shared/firebase_core_shared-Swift.h>)
77
@import firebase_core_shared;
88
#else
99
@import firebase_core;

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
@@ -3,7 +3,7 @@
33
// found in the LICENSE file.
44

55
@import FirebaseFirestore;
6-
#ifdef SWIFT_PACKAGE
6+
#if __has_include(<firebase_core_shared/firebase_core_shared-Swift.h>)
77
@import firebase_core_shared;
88
#else
99
@import firebase_core;

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
@@ -4,7 +4,7 @@
44

55
@import FirebaseFirestore;
66
@import FirebaseCore;
7-
#ifdef SWIFT_PACKAGE
7+
#if __has_include(<firebase_core_shared/firebase_core_shared-Swift.h>)
88
@import firebase_core_shared;
99
#else
1010
@import firebase_core;

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
@@ -4,7 +4,7 @@
44

55
@import FirebaseFirestore;
66
@import FirebaseCore;
7-
#ifdef SWIFT_PACKAGE
7+
#if __has_include(<firebase_core_shared/firebase_core_shared-Swift.h>)
88
@import firebase_core_shared;
99
#else
1010
@import firebase_core;

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
@@ -10,7 +10,7 @@
1010
//
1111

1212
@import FirebaseFirestore;
13-
#ifdef SWIFT_PACKAGE
13+
#if __has_include(<firebase_core_shared/firebase_core_shared-Swift.h>)
1414
@import firebase_core_shared;
1515
#else
1616
@import firebase_core;

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
@@ -3,7 +3,7 @@
33
// found in the LICENSE file.
44

55
@import FirebaseFirestore;
6-
#ifdef SWIFT_PACKAGE
6+
#if __has_include(<firebase_core_shared/firebase_core_shared-Swift.h>)
77
@import firebase_core_shared;
88
#else
99
@import firebase_core;

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
@@ -3,7 +3,7 @@
33
// found in the LICENSE file.
44

55
@import FirebaseFirestore;
6-
#ifdef SWIFT_PACKAGE
6+
#if __has_include(<firebase_core_shared/firebase_core_shared-Swift.h>)
77
@import firebase_core_shared;
88
#else
99
@import firebase_core;

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
@@ -10,7 +10,7 @@
1010
#endif
1111

1212
#import <Foundation/Foundation.h>
13-
#ifdef SWIFT_PACKAGE
13+
#if __has_include(<firebase_core_shared/firebase_core_shared-Swift.h>)
1414
@import firebase_core_shared;
1515
#else
1616
@import firebase_core;

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
@@ -6,7 +6,7 @@
66
#import "FLTTokenRefreshStreamHandler.h"
77

88
@import FirebaseAppCheck;
9-
#ifdef SWIFT_PACKAGE
9+
#if __has_include(<firebase_core_shared/firebase_core_shared-Swift.h>)
1010
@import firebase_core_shared;
1111
#else
1212
@import firebase_core;

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
@@ -10,7 +10,7 @@
1010
#endif
1111

1212
#import <Foundation/Foundation.h>
13-
#ifdef SWIFT_PACKAGE
13+
#if __has_include(<firebase_core_shared/firebase_core_shared-Swift.h>)
1414
@import firebase_core_shared;
1515
#else
1616
@import firebase_core;

0 commit comments

Comments
 (0)