I have a custom template file that I’d like to use for generating Swift from the .strings files in my project. I see in the Tuist code here that there’s reference to an initializer that takes a templatePath argument:
It doesn’t appear that that initializer exists though. Is there another way to provide a path to a template to use for code generation?
However, I agree adding support for this would make sense. We’d need to resolve the path here and update the ProjectDescription definition if you feel like contributing to this one.