diff options
author | Jorge Canizales <jcanizales@google.com> | 2015-07-30 20:37:52 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2015-07-30 20:37:52 -0700 |
commit | f4ff31a64208bac6c4ab87f9a848a3dc11b9797d (patch) | |
tree | 2a9e12e0244b0584d12c2d4523755eccdcd2308d /src/objective-c/generated_libraries | |
parent | a0b3bfa35651d2e0223d0ccc5965ca413e7b4354 (diff) |
Have tests podspecs make only the ObjC plugin
Diffstat (limited to 'src/objective-c/generated_libraries')
-rw-r--r-- | src/objective-c/generated_libraries/RemoteTestClient/RemoteTest.podspec | 3 | ||||
-rw-r--r-- | src/objective-c/generated_libraries/RouteGuideClient/RouteGuide.podspec | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/objective-c/generated_libraries/RemoteTestClient/RemoteTest.podspec b/src/objective-c/generated_libraries/RemoteTestClient/RemoteTest.podspec index 7cc9a040fe..8fc55f41b4 100644 --- a/src/objective-c/generated_libraries/RemoteTestClient/RemoteTest.podspec +++ b/src/objective-c/generated_libraries/RemoteTestClient/RemoteTest.podspec @@ -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. s.prepare_command = <<-CMD cd ../../../.. - # TODO(jcanizales): Make only Objective-C plugin. - make plugins + make grpc_objective_c_plugin cd - protoc --plugin=protoc-gen-grpc=../../../../bins/opt/grpc_objective_c_plugin --objc_out=. --grpc_out=. *.proto CMD diff --git a/src/objective-c/generated_libraries/RouteGuideClient/RouteGuide.podspec b/src/objective-c/generated_libraries/RouteGuideClient/RouteGuide.podspec index 0e8dacd1c4..d38b72ccbe 100644 --- a/src/objective-c/generated_libraries/RouteGuideClient/RouteGuide.podspec +++ b/src/objective-c/generated_libraries/RouteGuideClient/RouteGuide.podspec @@ -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. s.prepare_command = <<-CMD cd ../../../.. - # TODO(jcanizales): Make only Objective-C plugin. - make plugins + make grpc_objective_c_plugin cd - protoc --plugin=protoc-gen-grpc=../../../../bins/opt/grpc_objective_c_plugin --objc_out=. --grpc_out=. *.proto CMD |