mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-16 06:28:27 +02:00
Use a single strings step with 2 actions.
This commit is contained in:
@@ -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
|
||||
|
||||
1
changelog.d/5280.build
Normal file
1
changelog.d/5280.build
Normal file
@@ -0,0 +1 @@
|
||||
Fix SwiftGen only generating strings for MatrixKit.
|
||||
Reference in New Issue
Block a user