aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-Core.podspec
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-08-06 18:55:45 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-08-06 18:55:45 -0700
commite8f0e54dce41e4575cc48c390f6d7696be27f22a (patch)
tree73d0b2213547898a3c3c88f8850012c12786da86 /gRPC-Core.podspec
parent6499836bdac014b0b30cc28fd0e9c9bc07c76bcd (diff)
Enable CFStream with environment variable
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 5c3649afbd..81323d2795 100644
--- a/gRPC-Core.podspec
+++ b/gRPC-Core.podspec
@@ -1112,6 +1112,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',