aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-Core.podspec
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2018-08-13 09:19:28 -0700
committerGravatar GitHub <noreply@github.com>2018-08-13 09:19:28 -0700
commitda8c26f302bcb854b6f6ca65ecc51fa791b40e8e (patch)
treea1f5ac2d603335b8e8f9a7dcd265b1ada9ea98c5 /gRPC-Core.podspec
parente495476b1e31023637259883aa735fcc716c6adc (diff)
parent5f2f984be15f00942bf0c7cebbff0e78f4702b03 (diff)
Merge pull request #16261 from muxi/dynamic-cfstream-init
Use environment variable to enable CFStream
Diffstat (limited to 'gRPC-Core.podspec')
-rw-r--r--gRPC-Core.podspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/gRPC-Core.podspec b/gRPC-Core.podspec
index 1998bc8b4c..f828185752 100644
--- a/gRPC-Core.podspec
+++ b/gRPC-Core.podspec
@@ -1118,6 +1118,7 @@ Pod::Spec.new do |s|
ss.source_files = 'src/core/lib/iomgr/cfstream_handle.cc',
'src/core/lib/iomgr/endpoint_cfstream.cc',
'src/core/lib/iomgr/error_cfstream.cc',
+ 'src/core/lib/iomgr/iomgr_posix_cfstream.cc',
'src/core/lib/iomgr/tcp_client_cfstream.cc',
'src/core/lib/iomgr/cfstream_handle.h',
'src/core/lib/iomgr/endpoint_cfstream.h',