I built a Swift Package that contains a plugin defined as a .buildTool()
. I would like to use it in a project where we create the project via XcodeGen. I couldn't find a way to configure the YAML
so that the named Swift Package is set under Run Build Tool Plug-ins in the Build Phases.
Has anyone had any experience with this, any help is highly appreciated?