diff --git a/Tools/SwiftGen/swiftgen-config.yml b/Tools/SwiftGen/swiftgen-config.yml index cad5c1099..3d1cd6693 100755 --- a/Tools/SwiftGen/swiftgen-config.yml +++ b/Tools/SwiftGen/swiftgen-config.yml @@ -9,21 +9,20 @@ ib: templateName: scenes-swift4 output: Storyboards.swift strings: - inputs: Assets/en.lproj/Vector.strings - outputs: - templatePath: Templates/Strings/flat-swift4-vector.stencil - output: Strings.swift - params: - className: VectorL10n - publicAccess: true -strings: - inputs: Modules/MatrixKit/Assets/MatrixKitAssets.bundle/en.lproj/MatrixKit.strings - outputs: - templatePath: Templates/Strings/matrixkit-flat-swift4-vector.stencil - output: MatrixKitStrings.swift - params: - className: MatrixKitL10n - publicAccess: true + - inputs: Assets/en.lproj/Vector.strings + outputs: + templatePath: Templates/Strings/flat-swift4-vector.stencil + output: Strings.swift + params: + className: VectorL10n + publicAccess: true + - inputs: Modules/MatrixKit/Assets/MatrixKitAssets.bundle/en.lproj/MatrixKit.strings + outputs: + templatePath: Templates/Strings/matrixkit-flat-swift4-vector.stencil + output: MatrixKitStrings.swift + params: + className: MatrixKitL10n + publicAccess: true xcassets: inputs: - Assets/Images.xcassets diff --git a/changelog.d/5280.build b/changelog.d/5280.build new file mode 100644 index 000000000..e5a166d66 --- /dev/null +++ b/changelog.d/5280.build @@ -0,0 +1 @@ +Fix SwiftGen only generating strings for MatrixKit. \ No newline at end of file