2022-04-14 09:22:55 +03:00
|
|
|
input_dir: ../../ElementX/
|
|
|
|
output_dir: ../../ElementX/Sources/Generated/
|
2022-04-26 22:48:17 +03:00
|
|
|
xcassets:
|
2022-04-14 09:22:55 +03:00
|
|
|
inputs:
|
2022-04-26 22:48:17 +03:00
|
|
|
- Resources/Assets.xcassets
|
2022-04-14 09:22:55 +03:00
|
|
|
outputs:
|
|
|
|
templateName: swift5
|
|
|
|
output: Assets.swift
|
2022-04-26 22:48:17 +03:00
|
|
|
strings:
|
|
|
|
- inputs: Resources/Localizations/en.lproj
|
|
|
|
filter: Localizable*
|
|
|
|
outputs:
|
|
|
|
templatePath: Templates/Strings/structured-swift5-element.stencil
|
|
|
|
output: Strings.swift
|
2023-03-17 16:17:45 +00:00
|
|
|
params:
|
|
|
|
enumName: L10n
|
|
|
|
lookupFunction: tr # used for the loc to be computed variables
|
2024-02-20 14:36:04 +01:00
|
|
|
publicAccess: false
|
2022-04-26 22:48:17 +03:00
|
|
|
- inputs: Resources/Localizations/en.lproj
|
|
|
|
filter: Untranslated*
|
|
|
|
outputs:
|
2023-04-05 10:36:02 +02:00
|
|
|
templatePath: Templates/Strings/structured-swift5-element-untranslated.stencil
|
2022-04-26 22:48:17 +03:00
|
|
|
output: Strings+Untranslated.swift
|
|
|
|
params:
|
2023-03-27 18:18:59 +01:00
|
|
|
enumName: UntranslatedL10n
|
|
|
|
lookupFunction: tr # used for the loc to be computed variables
|
2024-02-20 14:36:04 +01:00
|
|
|
publicAccess: false
|