From 15c8e1b60c96b859c564e393bd149258e02e0699 Mon Sep 17 00:00:00 2001
From: Jorge Canizales <jcanizales@google.com>
Date: Fri, 29 May 2015 20:04:57 -0700
Subject: [PATCH] Point Podfile of sample app to new RemoteTestsClient location

---
 src/objective-c/examples/Sample/Podfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/objective-c/examples/Sample/Podfile b/src/objective-c/examples/Sample/Podfile
index e8b78647ac..0d077387c1 100644
--- a/src/objective-c/examples/Sample/Podfile
+++ b/src/objective-c/examples/Sample/Podfile
@@ -4,7 +4,7 @@ platform :ios, '8.0'
 pod 'gRPC', :path => "../../../.."
 pod 'Protobuf', :git => 'https://github.com/google/protobuf.git'
 pod 'Route_guide', :path => "RouteGuideClient"
-pod 'RemoteTest', :path => "RemoteTestClient"
+pod 'RemoteTest', :path => "../../generated_libraries/RemoteTestClient"
 
 link_with 'Sample', 'SampleTests'
 
-- 
GitLab