diff options
author | Jorge Canizales <jcanizales@google.com> | 2015-08-31 18:18:07 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2015-08-31 19:18:20 -0700 |
commit | d4a0785569c78486b0917a5fc949034fbb53dd01 (patch) | |
tree | fa27b441da90fe1fd3f53e0f8648a7de29b42cae /src/objective-c/examples | |
parent | 0bf6b20876e14769abf4f2c871abe25d3fa8b3f7 (diff) |
Point to the new RemoteTest pod
Diffstat (limited to 'src/objective-c/examples')
-rw-r--r-- | src/objective-c/examples/SwiftSample/Podfile | 2 |
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 |