aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/examples/Sample/Podfile
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-05-29 20:04:57 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-05-30 23:08:22 -0700
commit15c8e1b60c96b859c564e393bd149258e02e0699 (patch)
tree25343a5e8cd40bea018786d66338325606284e98 /src/objective-c/examples/Sample/Podfile
parent28848229b59127017534cc11a93ab9bce81d8123 (diff)
Point Podfile of sample app to new RemoteTestsClient location
Diffstat (limited to 'src/objective-c/examples/Sample/Podfile')
-rw-r--r--src/objective-c/examples/Sample/Podfile2
1 files changed, 1 insertions, 1 deletions
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'