mirror of
https://github.com/apple/swift-protobuf.git
synced 2026-05-17 10:20:36 +00:00
3c93acf277
Fixes #1943 and supersedes #1979. This PR adds support for well known types in the Swift PM plugin by either: - Looking for the types next to the binary when the env variable or a direct protoc path is specified - Looking for the source directory of our vendored protobuf repo Co-authored-by: Thomas Van Lenten <thomasvl@google.com>