Skip to content

Commit e94c2bd

Browse files
authored
[Firestore] Fix build-for-testing linking affecting CocoaPods (Approach 1) (#11977)
1 parent 4b26b31 commit e94c2bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

FirebaseFirestore.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
1919

2020
s.swift_version = '5.3'
2121

22+
s.weak_framework = 'FirebaseFirestoreInternal'
23+
2224
s.cocoapods_version = '>= 1.4.0'
2325
s.prefix_header_file = false
2426

0 commit comments

Comments
 (0)