Skip to content

SwiftProtobufPlugin: Add support for ProtoPathModuleMappings swift opt #1450

Open
@ripplexyz

Description

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 SwiftProtobufPlugin?

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions