标签: ios swift swiftgen
我在Xcode项目中有两个.strings文件,分别是:First.strings和Second.strings,并希望SwiftGen为每个文件生成一个单独的.swift文件-一个包含First.strings文件的内容,其次包含Second.strings文件的内容。
.strings
First.strings
Second.strings
.swift
我应该如何在swiftgen.yml参数下配置strings:文件,以便它知道该怎么做?我想避免两次运行SwiftGen脚本。
swiftgen.yml
strings: