Results 74 comments of Kas

Not sure why the example was commented out, assuming was a mistake ? here's a restoration of it if you find it helpful.

Thanks for taking a look into this @tbrachkov. Looking at a few formulas, it seems a link to the github repo may suffice (e.g. [SwiftLint](https://github.com/Homebrew/homebrew-core/blob/master/Formula/swiftlint.rb), [XcodeGen](https://github.com/Homebrew/homebrew-core/blob/master/Formula/xcodegen.rb)).

Thanks for raising this @natanrolnik 👍 Having them there as empty build phases shouldn't be harmful. If you're interested in tackling this - the class responsible for adding those particular...

no worries, will push another PR soon for this

Thats for flagging this @natanrolnik > Considering a modulemap is related to headers, we can provide an API along the lines of: Headers(modulemap: "./module.modulemap"). Perhaps it can be defined at...

I'm a +1 for adding the ability to specify custom copy files phases. One thing to watch out for is not doing the copy for your production build - copying...

A copy phase is still needed in this approach, it's just hidden within a script phase :p - I think both in combination may be useful (of course they can...

> I can plan a PoC with what I have which can give us something to discuss and iterate over. I will probably split the Copy Phase away from the...

Something like this is already possible (e.g. https://github.com/tuist/tuist/tree/features/regenerate-project-when-building-manifest) - Not sure how aggregate targets help this particular feature - I may be missing something?

Thank you for the thorough investigation into this issue @dolfs !! There was a similar issue not long ago with submodules https://github.com/tuist/tuist/pull/1319 and it was addressed via checking for directories...