pluginGeneratedResources
The file URLs of any resources generated by other plugins that have been applied to the given target before the plugin currently being executed.
Declaration
var pluginGeneratedResources: [URL] { get }Discussion
Note: Plugins are applied in order of declaration in the package manifest. Generated files are vended to the target the current plugin is being applied to, but not necessarily to other targets in the package graph.