diff options
author | Muxi Yan <muxi@users.noreply.github.com> | 2018-03-21 14:58:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 14:58:50 -0700 |
commit | 1ead89f90e021eaec90fc82147f5c4c44d312a51 (patch) | |
tree | 66e43b69306ed290ef4cd46ca2ff218d8a679a13 /src/objective-c/tests | |
parent | 1cf63112589bf9dcb3a8fc42cbe29dea564c3df8 (diff) | |
parent | b94d68111dbdfd9101c97c4f1467c0933281c7b1 (diff) |
Merge pull request #14758 from muxi/cronet-plugin-registry
Let cronet use grpc_cronet_registry_plugin
Diffstat (limited to 'src/objective-c/tests')
-rw-r--r-- | src/objective-c/tests/Podfile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/objective-c/tests/Podfile b/src/objective-c/tests/Podfile index 9e9db1fe6c..6e17d9a7cb 100644 --- a/src/objective-c/tests/Podfile +++ b/src/objective-c/tests/Podfile @@ -8,7 +8,6 @@ GRPC_LOCAL_SRC = '../../..' # Install the dependencies in the main target plus all test targets. %w( - Tests AllTests RxLibraryUnitTests InteropTestsRemote @@ -44,10 +43,8 @@ end target target_name do pod 'BoringSSL', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c", :inhibit_warnings => true pod 'CronetFramework', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c" - pod 'gRPC-Core', :path => GRPC_LOCAL_SRC - pod 'gRPC-Core/Cronet-Interface', :path => GRPC_LOCAL_SRC pod 'gRPC-Core/Cronet-Implementation', :path => GRPC_LOCAL_SRC - pod 'gRPC-Core/Tests', :path => GRPC_LOCAL_SRC + pod 'gRPC-Core/Cronet-Tests', :path => GRPC_LOCAL_SRC end end |