Changed to remote sources

pull/19703/head^2
Tony Lu 5 years ago
parent 90dac25693
commit eaef598a90
  1. 2
      src/objective-c/examples/watchOS-sample/Podfile

@ -9,7 +9,7 @@ def grpc_deps
pod 'gRPC-RxLibrary', :path => ROOT_DIR
pod 'RemoteTest', :path => "../RemoteTestClient"
pod '!ProtoCompiler-gRPCPlugin', :path => "#{ROOT_DIR}/src/objective-c"
pod 'BoringSSL-GRPC', :path => "#{ROOT_DIR}/third_party/boringssl"
pod 'BoringSSL-GRPC', :podspec => "#{ROOT_DIR}/src/objective-c"
pod '!ProtoCompiler', :path => "#{ROOT_DIR}/src/objective-c"
end

Loading…
Cancel
Save