yonaskolb / XcodeGen

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

Issue #251 I have replace the MakeFile with the BeakFile #1402

Closed Cretus-iosDev closed 8 months ago

Cretus-iosDev commented 9 months ago

251

yonaskolb commented 8 months ago

Hi @Cretus-iosDev. Is this a work in progress? The BeakFile doesn't bring over any of the functionality the Makefile had

Cretus-iosDev commented 8 months ago

Hi @Cretus-iosDev. Is this a work in progress? The BeakFile doesn't bring over any of the functionality the Makefile had

i'll make the changes and re-generate the PR

yonaskolb commented 8 months ago

@Cretus-iosDev, appreciate the enthusiasm, but at this point I don't think migrating from make to beak is worth it. It seemed interesting at the time because I had recently built beak, but I think make serves the purpose better here, and if we used beak we'd still need a wrapper to control that dependency. I'll close that 5 year old issue