XcodeGen
XcodeGen copied to clipboard
buildToolPlugins doesn't work for aggregateTargets
trafficstars
For example:
packages:
SwiftLint:
url: https://github.com/realm/SwiftLint
from: 0.52.4
aggregateTargets:
SwiftLint:
buildToolPlugins:
- plugin: SwiftLintPlugin
package: SwiftLint
will just generate a empty aggregate target, with no "Run Build Tool Plug-Ins" item.
It works fine doing it manually in Xcode
I don't think these were applied to aggregateTargets. cc @BarredEwe
@yonaskolb Yes, I didn't do it. I think it can be finalized quickly, I will try to post an MP soon.
@clausjoergensen I made a Pull Request https://github.com/yonaskolb/XcodeGen/pull/1390. Can you try it?
@BarredEwe it works 🚀