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 # Since we switched to importing full path, -I needs to be set to the directory
29 s.prepare_command = <<-CMD
30 # Cannot find file if using *.proto. Maybe files' paths must match the -I flags
32 --plugin=protoc-gen-grpc=#{plugin} \
33 --objc_out=. \
34 --grpc_out=generate_for_named_framework=#{s.name}:. \
35 --objc_opt=generate_for_named_framework=#{s.name} \
36 -I #{repo_root} \
37 -I #{well_known_types_dir} \
38 #{repo_root}/src/objective-c/examples/RemoteTestClient/*.proto
41 s.prepare_command = <<-CMD
43 --plugin=protoc-gen-grpc=#{plugin} \
44 --objc_out=. \
45 --grpc_out=. \
46 -I #{repo_root} \
47 -I #{well_known_types_dir} \
48 #{repo_root}/src/objective-c/examples/RemoteTestClient/*.proto
53 ms.source_files = 'src/objective-c/examples/RemoteTestClient/*.pbobjc.{h,m}'
60 ss.source_files = 'src/objective-c/examples/RemoteTestClient/*.pbrpc.{h,m}'
63 ss.dependency 'gRPC-ProtoRPC'
70 # This is needed by all pods that depend on gRPC-RxLibrary: