-
Notifications
You must be signed in to change notification settings - Fork 0
/
swiftgen.yml
38 lines (38 loc) · 933 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
27
28
29
30
31
32
33
34
35
36
37
38
input_dir: PomodoroApp/Resources
output_dir: PomodoroApp/Common/Resources+Generated
xcassets:
- inputs: Assets/Images.xcassets
outputs:
templateName: swift5
output: Assets+Generated.swift
params:
enumName: Images
publicAccess: true
- inputs: Assets/Colors.xcassets
outputs:
templateName: swift5
output: Colors+Generated.swift
params:
enumName: Colors
publicAccess: true
strings:
inputs:
- Strings/Localizable.strings
- Strings/Localizable.stringsdict
outputs:
templateName: structured-swift5
output: Localized+Generated.swift
params:
enumName: Strings
publicAccess: true
fonts:
inputs:
- Fonts/CoFoSans-Regular.ttf
- Fonts/Unbounded-Blond.ttf
- Fonts/Unbounded-Regular.ttf
outputs:
templateName: swift5
output: Fonts+Generated.swift
params:
enumName: Fonts
publicAccess: true