I'm new to tuist and i'd like to use the swiftgen feature to generate my Localizable strings to some objc cause my project still have some objc files. Sorry i'm new to tuist and junior dev ^^'
When i generate my TuistStrings+{name}.strings files they contain what is written in my strings stencil, so i think i did something wrong somewhere i link you some screenshots
Here is my conf in the Project.swift in Manifests
let project = Project(name: "{name}", organizationName: "{name}", settings: .settings(configurations: Configuration.{name}Configuration(basic: true)), targets: targets, schemes: schemes, resourceSynthesizers: [.strings(), .assets()])
I've tested to use this in my stencil
strings: inputs: path/to/Localizable.strings outputs: - templateName: objc-h output: Localizable.h - templateName: objc-m output: Localizable.m
I've try to rename my stencil to Assets.stencil and it does the same thing to my TuistAssets file