aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-C++.podspec
diff options
context:
space:
mode:
authorGravatar Konstantin Varlamov <varconst@google.com>2018-10-21 20:58:59 -0400
committerGravatar Konstantin Varlamov <varconst@google.com>2018-10-21 20:58:59 -0400
commita0f4e5670c8139e8ba511b707d4fafe9c29d94cb (patch)
tree40b6714ca61b3b83dc72f5073419eeed8dc7d540 /gRPC-C++.podspec
parent340bffa55560f02944dd81413aa764081a60f329 (diff)
Initial
Diffstat (limited to 'gRPC-C++.podspec')
-rw-r--r--gRPC-C++.podspec9
1 files changed, 4 insertions, 5 deletions
diff --git a/gRPC-C++.podspec b/gRPC-C++.podspec
index 1ab17006e3..be5ac31341 100644
--- a/gRPC-C++.podspec
+++ b/gRPC-C++.podspec
@@ -69,6 +69,9 @@ Pod::Spec.new do |s|
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|
@@ -269,7 +272,6 @@ Pod::Spec.new do |s|
'src/core/ext/filters/http/message_compress/message_compress_filter.h',
'src/core/ext/filters/http/server/http_server_filter.h',
'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h',
- 'src/core/ext/filters/client_channel/lb_policy/xds/xds.h',
'src/core/lib/security/context/security_context.h',
'src/core/lib/security/credentials/alts/alts_credentials.h',
'src/core/lib/security/credentials/composite/composite_credentials.h',
@@ -496,13 +498,10 @@ Pod::Spec.new do |s|
'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h',
'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h',
'src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h',
- 'src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h',
'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/duration.pb.h',
'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/timestamp.pb.h',
'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h',
- 'src/core/ext/filters/client_channel/lb_policy/xds/xds_channel.h',
- 'src/core/ext/filters/client_channel/lb_policy/xds/xds_client_stats.h',
- 'src/core/ext/filters/client_channel/lb_policy/xds/xds_load_balancer_api.h',
+ 'src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h',
'src/core/ext/filters/client_channel/lb_policy/subchannel_list.h',
'src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h',
'src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h',