aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
diff options
context:
space:
mode:
authorGravatar Benny Wong <benny@bwong.net>2015-11-12 10:23:18 -0500
committerGravatar Benny Wong <benny@bwong.net>2015-11-12 10:23:18 -0500
commit66ae6bfe463612786fc10572792ed5f0fd241b17 (patch)
tree2b562edb3e28095eed0b3de565cf2eb3f026cc4e /src/objective-c
parent1d5adb38c473bd448b978cf583c9b59ee32a6720 (diff)
Update Podfile to point to the right sample dependencies
Diffstat (limited to 'src/objective-c')
-rw-r--r--src/objective-c/examples/Sample/Podfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/objective-c/examples/Sample/Podfile b/src/objective-c/examples/Sample/Podfile
index 72308c1619..3b2f412569 100644
--- a/src/objective-c/examples/Sample/Podfile
+++ b/src/objective-c/examples/Sample/Podfile
@@ -1,8 +1,9 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
+pod 'Protobuf', :path => "../../../../third_party/protobuf"
pod 'gRPC', :path => "../../../.."
-pod 'RemoteTest', :path => "../../generated_libraries/RemoteTestClient"
+pod 'RemoteTest', :path => "../RemoteTestClient"
target 'Sample' do
end