aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/Podfile
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-06-03 23:07:41 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-06-04 13:59:00 -0700
commite37a41cf664399bf3db5c73c3dc16f0b8ba37d9a (patch)
tree304556f9e32578e27d6ccc56db1433316c78af96 /src/objective-c/tests/Podfile
parent9f95dcdc9a4766455c9be35837baeba55c464d07 (diff)
Generate RouteGuide code on pod install
Diffstat (limited to 'src/objective-c/tests/Podfile')
-rw-r--r--src/objective-c/tests/Podfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/tests/Podfile b/src/objective-c/tests/Podfile
index 598e1595e8..026868db12 100644
--- a/src/objective-c/tests/Podfile
+++ b/src/objective-c/tests/Podfile
@@ -3,7 +3,7 @@ platform :ios, '8.0'
pod 'gRPC', :path => "../../.."
pod 'RemoteTest', :path => "../generated_libraries/RemoteTestClient"
-pod 'Route_guide', :path => "../generated_libraries/RouteGuideClient"
+pod 'RouteGuide', :path => "../generated_libraries/RouteGuideClient"
link_with 'AllTests'