diff options
author | Jorge Canizales <jcanizales@google.com> | 2015-05-29 20:04:57 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2015-05-30 23:08:22 -0700 |
commit | 15c8e1b60c96b859c564e393bd149258e02e0699 (patch) | |
tree | 25343a5e8cd40bea018786d66338325606284e98 | |
parent | 28848229b59127017534cc11a93ab9bce81d8123 (diff) |
Point Podfile of sample app to new RemoteTestsClient location
-rw-r--r-- | src/objective-c/examples/Sample/Podfile | 2 |
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' |