From a7c6c85549ff8ee9eac408ebe1f2f5b9405a4257 Mon Sep 17 00:00:00 2001 From: Benny Wong Date: Thu, 12 Nov 2015 11:27:49 -0500 Subject: Remove unused RouteGuideClient and move RemoteTestClient to tests * Reference discussion: https://github.com/grpc/grpc/pull/4108#discussion-diff-44494393 --- src/objective-c/tests/Podfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/objective-c/tests/Podfile') diff --git a/src/objective-c/tests/Podfile b/src/objective-c/tests/Podfile index 2a9b894cf6..cab608d37f 100644 --- a/src/objective-c/tests/Podfile +++ b/src/objective-c/tests/Podfile @@ -3,8 +3,7 @@ platform :ios, '8.0' pod 'Protobuf', :path => "../../../third_party/protobuf" pod 'gRPC', :path => "../../.." -pod 'RemoteTest', :path => "../generated_libraries/RemoteTestClient" -pod 'RouteGuide', :path => "../generated_libraries/RouteGuideClient" +pod 'RemoteTest', :path => "RemoteTestClient" link_with 'AllTests', 'RxLibraryUnitTests', -- cgit v1.2.3