Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GRPCSwiftPlugin: Add support for ProtoPathModuleMappings in grpc-swift_opt #1643

Open
ripplexyz opened this issue Aug 26, 2023 · 1 comment
Labels
kind/enhancement Improvements to existing feature.

Comments

@ripplexyz
Copy link

Can we add support for https://github.com/apple/swift-protobuf/blob/main/Documentation/PLUGIN.md#generation-option-protopathmodulemappings---swift-module-names-for-proto-paths in GRPCSwiftPlugin?

This option allows us to distribute proto files in multiple swift modules.

For example:
Core

  • Empty.proto
  • Media.proto

Auth

  • Session.proto
  • User.proto

And Auth SPM package depends on Core SPM package.

@ripplexyz ripplexyz added the kind/enhancement Improvements to existing feature. label Aug 26, 2023
@AttilaTheFun
Copy link

I would like this as well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements to existing feature.
Projects
None yet
Development

No branches or pull requests

2 participants