From 244365d5216424dc384915f1e0f99adcfc1ef246 Mon Sep 17 00:00:00 2001 From: Jorge Canizales Date: Sun, 31 May 2015 12:31:48 -0700 Subject: [PATCH] =?UTF-8?q?Add=20RouteGuideClient=20to=20tests=E2=80=99=20?= =?UTF-8?q?Podfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/objective-c/tests/Podfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/objective-c/tests/Podfile b/src/objective-c/tests/Podfile index d8fea6edb15..c099fb51823 100644 --- a/src/objective-c/tests/Podfile +++ b/src/objective-c/tests/Podfile @@ -4,6 +4,7 @@ platform :ios, '8.0' pod 'gRPC', :path => "../../.." pod 'Protobuf', :git => 'https://github.com/google/protobuf.git' pod 'RemoteTest', :path => "../generated_libraries/RemoteTestClient" +pod 'Route_guide', :path => "../generated_libraries/RouteGuideClient" link_with 'AllTests'