aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/gRPC-Core.podspec.template
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-02-01 14:49:03 -0800
committerGravatar Muxi Yan <mxyan@google.com>2017-02-01 15:04:16 -0800
commit0a2fae9aedeef98b39c5f825cb28b5ca32ecc6a2 (patch)
tree44a4263bda6fa95680cba4eaea8ab567052881fb /templates/gRPC-Core.podspec.template
parenteb5ee45eec0c6f88bcf649f383060f3dc34f2084 (diff)
Dynamically enable packet coalescing by channel args
Diffstat (limited to 'templates/gRPC-Core.podspec.template')
-rw-r--r--templates/gRPC-Core.podspec.template3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/gRPC-Core.podspec.template b/templates/gRPC-Core.podspec.template
index 1b97d18f16..0738b7221b 100644
--- a/templates/gRPC-Core.podspec.template
+++ b/templates/gRPC-Core.podspec.template
@@ -161,7 +161,8 @@
s.subspec 'Cronet-Interface' do |ss|
ss.header_mappings_dir = 'include/grpc'
- ss.source_files = 'include/grpc/grpc_cronet.h'
+ ss.source_files = 'include/grpc/grpc_cronet.h',
+ 'src/core/ext/transport/cronet/transport/cronet_transport.h'
end
s.subspec 'Cronet-Implementation' do |ss|