aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorHannah Shi <hannahshisfb@gmail.com>2024-01-29 17:15:57 -0800
committerGitHub <noreply@github.com>2024-01-29 17:15:57 -0800
commit2c9c4dac9db8afc64a6cbfbc161376fa3ded8097 (patch)
treedb1afd8cd56544070a75b839fcf0457fb862d463 /templates
parentf4fd20cd36dc8feeffdf10b2006e80f1d082a3f6 (diff)
downloadgrpc-grpc-2c9c4dac9db8afc64a6cbfbc161376fa3ded8097.tar.gz
[ObjC] Update swift package for 1.61.x release (#35690)
Backport #35686 for 1.61.0 release
Diffstat (limited to 'templates')
-rw-r--r--templates/Package.swift.template6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/Package.swift.template b/templates/Package.swift.template
index 2c714749a9..23334c0bc8 100644
--- a/templates/Package.swift.template
+++ b/templates/Package.swift.template
@@ -25,7 +25,7 @@
],
dependencies: [
- .package(url: "https://github.com/firebase/abseil-cpp-SwiftPM.git", "0.20220623.0"..<"0.20220624.0"),
+ .package(url: "https://github.com/firebase/abseil-cpp-SwiftPM.git", "0.20230802.0"..<"0.20230803.0"),
.package(url: "https://github.com/firebase/boringssl-SwiftPM.git", "0.9.0"..<"0.10.0"),
],
@@ -54,10 +54,10 @@
"${file}",
% endfor
],
- publicHeadersPath: "spm-core-include",
resources: [
.copy("src/objective-c/PrivacyInfo.xcprivacy"),
],
+ publicHeadersPath: "spm-core-include",
cSettings: [
.headerSearchPath("./"),
.headerSearchPath("include/"),
@@ -103,10 +103,10 @@
sources: [
"src/cpp/",
],
- publicHeadersPath: "spm-cpp-include",
resources: [
.copy("src/objective-c/PrivacyInfo.xcprivacy"),
],
+ publicHeadersPath: "spm-cpp-include",
cSettings: [
.headerSearchPath("./"),
.headerSearchPath("include/"),