I have two .strings
files in Xcode project, say: First.strings
and Second.strings
, and would like SwiftGen to generate a separate .swift
file for each of them — one with contents of First.strings
file and second with the contents of Second.strings
file.
How should I configure the swiftgen.yml
file under strings:
param so that it knows how to do that? I wanted to avoid running the SwiftGen script twice.