diff options
author | Jorge Canizales <jcanizales@google.com> | 2015-06-03 23:07:41 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2015-06-04 13:59:00 -0700 |
commit | e37a41cf664399bf3db5c73c3dc16f0b8ba37d9a (patch) | |
tree | 304556f9e32578e27d6ccc56db1433316c78af96 /src/objective-c/tests | |
parent | 9f95dcdc9a4766455c9be35837baeba55c464d07 (diff) |
Generate RouteGuide code on pod install
Diffstat (limited to 'src/objective-c/tests')
-rw-r--r-- | src/objective-c/tests/Podfile | 2 |
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' |