aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-26 14:49:42 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-26 14:49:42 -0700
commitace83fa2661009693ebed055f42363931d736c26 (patch)
treed825cb54fd1cb39e8798bdfb72b28f81076c214d /templates
parent67a9bc00e0f34d06fa1ef2f8bb956a0b234d597e (diff)
Change the template of gRPC-C++.podspec as well
Diffstat (limited to 'templates')
-rw-r--r--templates/gRPC-C++.podspec.template3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/gRPC-C++.podspec.template b/templates/gRPC-C++.podspec.template
index cff252b3a9..ed69a1ed4c 100644
--- a/templates/gRPC-C++.podspec.template
+++ b/templates/gRPC-C++.podspec.template
@@ -177,6 +177,9 @@
s.default_subspecs = 'Interface', 'Implementation'
+ # Certificates, to be able to establish TLS connections:
+ s.resource_bundles = { 'gRPCCertificates' => ['etc/roots.pem'] }
+
s.header_mappings_dir = 'include/grpcpp'
s.subspec 'Interface' do |ss|