Skip to content

Commit 9aa53b2

Browse files
authored
Workaround Firestore tvOS cocoapod issue (#1296)
1 parent aa736b9 commit 9aa53b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ unity_pack_cs(firebase_firestore_cs)
192192
if (FIREBASE_INCLUDE_UNITY)
193193
generate_dependencies_xml(Firestore
194194
IOS_DEPS
195-
"Firebase/Firestore"
195+
"FirebaseFirestore"
196196
ANDROID_DEPS
197197
${FIREBASE_FIRESTORE_ANDROID_DEPS}
198198
ANDROID_SPEC

0 commit comments

Comments
 (0)