XcodeGen
XcodeGen copied to clipboard
PreGenCommand order
Is there a specific reason why the project validation is performed before running the preGenCommand (https://github.com/yonaskolb/XcodeGen/blob/master/Sources/XcodeGenCLI/Commands/GenerateCommand.swift#L76-L86)?
We would like to dynamically add files to the repository in the preGenCommand, however due to the current sequence, we encounter validation failures because these files are not yet present in the project.
Looks like this one has been fixed. (Was to see if anyone had reported a similar issue)