Waiting on:
Todo:
coredata command)Brewfile changes:
"Tests/Fixtures/Resources/CoreData/Model.xcdatamodeld" => "Model.xcdatamodeld","Tests/Fixtures/Generated/CoreData/swift4-context-defaults.swift" => "coredata.swift",output = shell_output("#{bin}/swiftgen coredata --templatePath #{pkgshare/"templates/coredata/swift4.stencil"} #{fixtures}/Model.xcdatamodeld").strip
assert_equal output, (fixtures/"coredata.swift").read.strip, "swiftgen coredata failed"
The other fixture paths (for the other commands) are okay.
Changes made in the brew formula, pending PR here
Most helpful comment
Brewfile changes:
"Tests/Fixtures/Resources/CoreData/Model.xcdatamodeld" => "Model.xcdatamodeld","Tests/Fixtures/Generated/CoreData/swift4-context-defaults.swift" => "coredata.swift",The other fixture paths (for the other commands) are okay.