diff options
author | Jorge Canizales <jcanizales@google.com> | 2015-07-06 11:08:25 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2015-07-06 11:09:00 -0700 |
commit | 1773007f5bc7e672474eda81cbb86befceb552a9 (patch) | |
tree | 78d1f19fab3c878569928045fdbe0aa5f8fca431 /src/objective-c/tests | |
parent | 7eff1df186f8ee14a7552a437a3264fdacfd534f (diff) |
Point tests Podfile to Protobuf submodule instead of release
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 0d7672f17e..2aa837f764 100644 --- a/src/objective-c/tests/Podfile +++ b/src/objective-c/tests/Podfile @@ -1,7 +1,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' -pod 'Protobuf', :git => 'https://github.com/google/protobuf.git' +pod 'Protobuf', :path => "../../../third_party/protobuf" pod 'gRPC', :path => "../../.." pod 'RemoteTest', :path => "../generated_libraries/RemoteTestClient" pod 'RouteGuide', :path => "../generated_libraries/RouteGuideClient" |