XcodeGen/Sources/XcodeGenCLI
Tom Quist 4b8d46429a Fix order of file generation
When the `Info.plist` doesn’t exist in filesystem (e.g. because it’s in `.gitignore`)
xcodegen generates the file but doesn’t add it to the `xcodeproj`. Only when
`xcodegen` is executed a second time it is included.

This changes the order of generation of these files to first generate the
plist and then the project.
2019-03-26 14:04:08 +01:00
..
Arguments.swift add XcodeGenCLI 2018-11-11 00:42:21 +11:00
CommandRouter.swift get xcodegen working with arguments and without generate for backwards compatability 2018-12-18 20:25:03 +11:00
GenerateCommand.swift Fix order of file generation 2019-03-26 14:04:08 +01:00
GenerationError.swift format code 2018-12-18 22:37:22 +11:00
XcodeGenCLI.swift format code 2018-12-18 22:37:22 +11:00