Change the template of gRPC-C++.podspec as well

pull/16962/head
Muxi Yan 6 years ago
parent 67a9bc00e0
commit ace83fa266
  1. 3
      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|

Loading…
Cancel
Save