From ad5fd580db10dfe42cd317465e78e2a19134230f Mon Sep 17 00:00:00 2001 From: Nick Cooke Date: Thu, 3 Jul 2025 19:57:15 -0400 Subject: [PATCH] [Infra] Fix Firestore source build privacy manifest SPM warnings --- Package.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Package.swift b/Package.swift index 67da1f5ccdc..9cb624a571a 100644 --- a/Package.swift +++ b/Package.swift @@ -1469,6 +1469,7 @@ func firestoreTargets() -> [Target] { "Protos/protos/", "README.md", "Source/CMakeLists.txt", + "Source/Resources/", "Swift/", "core/CMakeLists.txt", "core/src/util/config_detected.h.in", @@ -1527,6 +1528,7 @@ func firestoreTargets() -> [Target] { "Protos/", "README.md", "Source/", + "Swift/Source/Resources/", "core/", "fuzzing/", "test.sh",