-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswiftgen.yml
26 lines (26 loc) · 1011 Bytes
/
swiftgen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
strings:
- inputs: FlexaCore/Sources/Resources/en.lproj/Localizable.strings
outputs:
- templateName: structured-swift5
output: FlexaCore/Sources/Commons/CoreStrings+Generated.swift
params:
bundle: Bundle.coreBundle.stringsBundle
enumName: CoreStrings
- inputs: FlexaScan/Sources/Resources/en.lproj/Localizable.strings
outputs:
- templateName: structured-swift5
output: FlexaScan/Sources/Commons/ScanStrings+Generated.swift
params:
bundle: Bundle.scanBundle.stringsBundle
enumName: ScanStrings
- inputs: FlexaSpend/Sources/Resources/en.lproj/Localizable.strings
outputs:
- templateName: structured-swift5
output: FlexaSpend/Sources/Commons/Strings+Generated.swift
xcassets:
inputs: FlexaSpend/Sources/Resources/SpendColors.xcassets
outputs:
- templateName: swift5
output: FlexaSpend/Sources/Commons/Colors.swift
params:
bundle: Bundle.spendBundle.colorsBundle