Make cpp_cronet test use gRPC-C++/Cronet

pull/20988/head
Muxi Yan 5 years ago
parent 37cce16d86
commit b4aace992c
  1. 2
      test/cpp/ios/Podfile

@ -17,7 +17,7 @@ target 'CronetTests' do
pod 'BoringSSL-GRPC', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c", :inhibit_warnings => true
pod 'gRPC-Core', :path => GRPC_LOCAL_SRC
pod 'gRPC-C++', :path => GRPC_LOCAL_SRC
pod 'gRPC-C++/Cronet', :path => GRPC_LOCAL_SRC
pod 'gRPC-C++/Protobuf', :path => GRPC_LOCAL_SRC
pod 'RemoteTestCpp', :path => "RemoteTestClientCpp", :inhibit_warnings => true

Loading…
Cancel
Save