yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project
MIT License
6.88k stars 809 forks source link

Added support for `Build Tool Plug-ins` in AggregateTarget #1390

Closed BarredEwe closed 10 months ago

BarredEwe commented 10 months ago

Short description 📝

Added support for BuildTool Plug-ins in AggregateTarget.

Details ⚙️

AggregateTarget should support working with plugins as well as regular Target. I added this.

To connect, you need to use the same syntax as the usual Target:

aggregateTargets:
  AggTarget:
    buildToolPlugins:
      - plugin: PrefirePlaybookPlugin
        package: Prefire