Skip to content
Snippets Groups Projects
Commit 15c8e1b6 authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Point Podfile of sample app to new RemoteTestsClient location

parent 28848229
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ platform :ios, '8.0'
pod 'gRPC', :path => "../../../.."
pod 'Protobuf', :git => 'https://github.com/google/protobuf.git'
pod 'Route_guide', :path => "RouteGuideClient"
pod 'RemoteTest', :path => "RemoteTestClient"
pod 'RemoteTest', :path => "../../generated_libraries/RemoteTestClient"
link_with 'Sample', 'SampleTests'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment