Open
Description
Description
Plugins often need to expose configs where users can pick what files to apply a plugin to. A common tool for doing this is to use globbing to filter for the right files. We just got a feature request for this over in apple/swift-protobuf#1311.
It would be great if the PackagePlugin
library exposes methods where you can pass a String which contains globs to get files of a SourceTarget
.
rdar://92865590