From 5c03063e1bdab3573986239cafa4af4e920ee8c3 Mon Sep 17 00:00:00 2001 From: Nick Cooke Date: Thu, 19 Oct 2023 14:39:21 -0400 Subject: [PATCH] Revert scripts/sync_project.rb changes --- scripts/sync_project.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/sync_project.rb b/scripts/sync_project.rb index 64ede1035f9..fdf03f8d33f 100755 --- a/scripts/sync_project.rb +++ b/scripts/sync_project.rb @@ -108,6 +108,9 @@ def sync_firestore(test_only) # Include fully qualified from the root of the repo '"${PODS_ROOT}/../../.."', + # Make public headers available as "FIRQuery.h" + '"${PODS_ROOT}/../../../Firestore/Source/Public/FirebaseFirestore"', + # Generated protobuf and nanopb output expects to search relative to the # output path. '"${PODS_ROOT}/../../../Firestore/Protos/cpp"',