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

Have tests podspecs make only the ObjC plugin

parent a0b3bfa3
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,7 @@ Pod::Spec.new do |s| ...@@ -9,8 +9,7 @@ Pod::Spec.new do |s|
# Run protoc with the Objective-C and gRPC plugins to generate protocol messages and gRPC clients. # Run protoc with the Objective-C and gRPC plugins to generate protocol messages and gRPC clients.
s.prepare_command = <<-CMD s.prepare_command = <<-CMD
cd ../../../.. cd ../../../..
# TODO(jcanizales): Make only Objective-C plugin. make grpc_objective_c_plugin
make plugins
cd - cd -
protoc --plugin=protoc-gen-grpc=../../../../bins/opt/grpc_objective_c_plugin --objc_out=. --grpc_out=. *.proto protoc --plugin=protoc-gen-grpc=../../../../bins/opt/grpc_objective_c_plugin --objc_out=. --grpc_out=. *.proto
CMD CMD
......
...@@ -9,8 +9,7 @@ Pod::Spec.new do |s| ...@@ -9,8 +9,7 @@ Pod::Spec.new do |s|
# Run protoc with the Objective-C and gRPC plugins to generate protocol messages and gRPC clients. # Run protoc with the Objective-C and gRPC plugins to generate protocol messages and gRPC clients.
s.prepare_command = <<-CMD s.prepare_command = <<-CMD
cd ../../../.. cd ../../../..
# TODO(jcanizales): Make only Objective-C plugin. make grpc_objective_c_plugin
make plugins
cd - cd -
protoc --plugin=protoc-gen-grpc=../../../../bins/opt/grpc_objective_c_plugin --objc_out=. --grpc_out=. *.proto protoc --plugin=protoc-gen-grpc=../../../../bins/opt/grpc_objective_c_plugin --objc_out=. --grpc_out=. *.proto
CMD CMD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment