Lines Matching +full:objective +full:- +full:c
5 s.authors = { 'gRPC contributors' => 'grpc-io@googlegroups.com' }
15 # Run protoc with the Objective-C and gRPC plugins to generate protocol messages and gRPC clients.
16 s.dependency "!ProtoCompiler-gRPCPlugin"
19 bazel_exec_root = "#{repo_root}/bazel-out/darwin-fastbuild/bin"
25 s.prepare_command = <<-CMD
27 --plugin=protoc-gen-grpc=#{plugin} \
28 --objc_out=. \
29 --grpc_out=. \
30 -I #{repo_root} \
31 -I #{well_known_types_dir} \
32 #{repo_root}/src/objective-c/tests/RemoteTestClient/*.proto
36 ms.source_files = "src/objective-c/tests/RemoteTestClient/*.pbobjc.{h,m}"
43 ss.source_files = "src/objective-c/tests/RemoteTestClient/*.pbrpc.{h,m}"
46 ss.dependency "gRPC-ProtoRPC"
53 # This is needed by all pods that depend on gRPC-RxLibrary: