[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:
parent
d22d2b9903
commit
c5cffaeb0e
|
|
@ -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/"),
|
||||
|
|
|
|||
|
|
@ -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/"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue