Skip to content

Commit 6f2d09e

Browse files
authored
Update Firestore headers directory (#895)
1 parent 24ee9fc commit 6f2d09e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

firestore/src/swig/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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
)
6871
else()
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
)
111115
endif()
112116

0 commit comments

Comments
 (0)