aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/gRPC.podspec.template
diff options
context:
space:
mode:
authorGravatar Michael Lumish <mlumish@google.com>2015-06-29 10:33:45 -0700
committerGravatar Michael Lumish <mlumish@google.com>2015-06-29 10:33:45 -0700
commit587b5f6b7618b05620797aca6a45f3461a3eb047 (patch)
tree948d5be1d61926ce9311e26920a8ff4d8cc9520b /templates/gRPC.podspec.template
parent6d3fc9573ef62fa151d58ff49dfdc7c9e9c22155 (diff)
parentbba8076ed4539205c5ecaaff31fae0571bd199f3 (diff)
Merge pull request #2240 from jcanizales/bazel-grpc-client
Add Bazel target for the GRPCClient library
Diffstat (limited to 'templates/gRPC.podspec.template')
-rw-r--r--templates/gRPC.podspec.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gRPC.podspec.template b/templates/gRPC.podspec.template
index 02e90d7180..deea07cee3 100644
--- a/templates/gRPC.podspec.template
+++ b/templates/gRPC.podspec.template
@@ -137,7 +137,7 @@ Pod::Spec.new do |s|
ss.dependency 'gRPC/RxLibrary'
# Certificates, to be able to establish TLS connections:
- ss.resource_bundles = { 'gRPC' => ['etc/roots.pem'] }
+ ss.resource_bundles = { 'gRPCCertificates' => ['etc/roots.pem'] }
end
# RPC library for ProtocolBuffers, based on gRPC