aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-07-06 11:08:25 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-07-06 11:09:00 -0700
commit1773007f5bc7e672474eda81cbb86befceb552a9 (patch)
tree78d1f19fab3c878569928045fdbe0aa5f8fca431 /src/objective-c/tests
parent7eff1df186f8ee14a7552a437a3264fdacfd534f (diff)
Point tests Podfile to Protobuf submodule instead of release
Diffstat (limited to 'src/objective-c/tests')
-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 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"