[ObjC] add PrivacyInfo.xcprivacy to Package.swift (#35300)

Privacy info for swift package.

Closes #35300

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35300 from HannahShiSFB:privacy-manifests-for-swift 18641a1106
PiperOrigin-RevId: 591284052
This commit is contained in:
Hannah Shi 2023-12-15 09:51:47 -08:00 committed by Copybara-Service
parent d22d2b9903
commit c5cffaeb0e
2 changed files with 12 additions and 0 deletions

6
Package.swift generated
View File

@ -2167,6 +2167,9 @@ let package = Package(
"third_party/xxhash/xxhash.h",
],
publicHeadersPath: "spm-core-include",
resources: [
.copy("src/objective-c/PrivacyInfo.xcprivacy"),
],
cSettings: [
.headerSearchPath("./"),
.headerSearchPath("include/"),
@ -2213,6 +2216,9 @@ let package = Package(
"src/cpp/",
],
publicHeadersPath: "spm-cpp-include",
resources: [
.copy("src/objective-c/PrivacyInfo.xcprivacy"),
],
cSettings: [
.headerSearchPath("./"),
.headerSearchPath("include/"),

View File

@ -55,6 +55,9 @@
% endfor
],
publicHeadersPath: "spm-core-include",
resources: [
.copy("src/objective-c/PrivacyInfo.xcprivacy"),
],
cSettings: [
.headerSearchPath("./"),
.headerSearchPath("include/"),
@ -101,6 +104,9 @@
"src/cpp/",
],
publicHeadersPath: "spm-cpp-include",
resources: [
.copy("src/objective-c/PrivacyInfo.xcprivacy"),
],
cSettings: [
.headerSearchPath("./"),
.headerSearchPath("include/"),