File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -55,15 +55,18 @@ if(IOS)
5555 # The Firestore core on iOS comes via the FirebaseFirestore CocoaPod, and
5656 # public headers should come from there.
5757 ${FIREBASE_POD_DIR} /Pods/FirebaseFirestore/Firestore/core/include
58+ ${FIREBASE_POD_DIR} /Pods/FirebaseFirestoreInternal/Firestore/core/include
5859 ${FIREBASE_POD_DIR} /Pods/FirebaseFirestore/Firestore/Protos/nanopb
60+ ${FIREBASE_POD_DIR} /Pods/FirebaseFirestoreInternal/Firestore/Protos/nanopb
5961 PRIVATE
6062 # Additionally, the core C++ API is not declared publicly within the
6163 # FirebaseFirestore pod, so depend on headers available in the source
6264 # distribution.
6365 ${FIREBASE_POD_DIR} /Pods/FirebaseFirestore
66+ ${FIREBASE_POD_DIR} /Pods/FirebaseFirestoreInternal
6467 )
6568 set (FIREBASE_FIRESTORE_CORE_HEADER_DIR
66- ${FIREBASE_POD_DIR} /Pods/FirebaseFirestore /Firestore/core/include
69+ ${FIREBASE_POD_DIR} /Pods/FirebaseFirestoreInternal /Firestore/core/include
6770 )
6871else ()
6972 # Desktop and Android get their public headers from the CMake build in
@@ -107,6 +110,7 @@ if(IOS)
107110 firebase_firestore
108111 POD_NAMES
109112 FirebaseFirestore
113+ FirebaseFirestoreInternal
110114 )
111115endif ()
112116
You can’t perform that action at this time.
0 commit comments