diff options
author | Muxi Yan <mxyan@google.com> | 2018-05-18 07:46:22 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2018-05-22 08:53:46 -0700 |
commit | a70102b1eb52346cfc5b5640df07516c66ef38cb (patch) | |
tree | 732b70b1dd9f4d8888a3f3c67d946536143ae60f /templates/gRPC-Core.podspec.template | |
parent | c7d57f1157e7b11c286b635f0a3bc22659cd1900 (diff) |
Use cc rather than mm files and merge cfstream related files into core
Diffstat (limited to 'templates/gRPC-Core.podspec.template')
-rw-r--r-- | templates/gRPC-Core.podspec.template | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/gRPC-Core.podspec.template b/templates/gRPC-Core.podspec.template index ff19aa313d..8704a8a138 100644 --- a/templates/gRPC-Core.podspec.template +++ b/templates/gRPC-Core.podspec.template @@ -68,14 +68,6 @@ excl = grpc_private_files(libs) return [file for file in out if not file in excl] - def cfstream_private_headers(libs): - out = grpc_lib_files(libs, ("grpc_cfstream",), ("headers",)) - return out - - def cfstream_private_files(libs): - out = grpc_lib_files(libs, ("grpc_cfstream",), ("src", "headers")) - return out - def ruby_multiline_list(files, indent): return (',\n' + indent*' ').join('\'%s\'' % f for f in files) %> @@ -189,8 +181,6 @@ ss.pod_target_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => 'GRPC_CFSTREAM=1' } - ss.source_files = ${ruby_multiline_list(cfstream_private_files(filegroups), 22)} - ss.private_header_files = ${ruby_multiline_list(cfstream_private_headers(filegroups), 30)} end s.subspec 'Cronet-Interface' do |ss| |