From eaef598a90f990b999df72bfb2c136c2ab516974 Mon Sep 17 00:00:00 2001 From: Tony Lu Date: Mon, 15 Jul 2019 15:36:13 -0700 Subject: [PATCH] Changed to remote sources --- src/objective-c/examples/watchOS-sample/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/objective-c/examples/watchOS-sample/Podfile b/src/objective-c/examples/watchOS-sample/Podfile index 60626ca493f..a0f93bef730 100644 --- a/src/objective-c/examples/watchOS-sample/Podfile +++ b/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