aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/examples
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-08-31 18:18:07 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-08-31 19:18:20 -0700
commitd4a0785569c78486b0917a5fc949034fbb53dd01 (patch)
treefa27b441da90fe1fd3f53e0f8648a7de29b42cae /src/objective-c/examples
parent0bf6b20876e14769abf4f2c871abe25d3fa8b3f7 (diff)
Point to the new RemoteTest pod
Diffstat (limited to 'src/objective-c/examples')
-rw-r--r--src/objective-c/examples/SwiftSample/Podfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/examples/SwiftSample/Podfile b/src/objective-c/examples/SwiftSample/Podfile
index 0caa8cae8b..7b5941eef7 100644
--- a/src/objective-c/examples/SwiftSample/Podfile
+++ b/src/objective-c/examples/SwiftSample/Podfile
@@ -2,7 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'gRPC', :path => "../../../.."
-# pod 'RemoteTest', :path => "../../generated_libraries/RemoteTestClient"
+pod 'RemoteTest', :path => "../RemoteTestClient"
target 'SwiftSample' do
end