-
Notifications
You must be signed in to change notification settings - Fork 0
/
swiftgen.yml
60 lines (60 loc) · 2.46 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
colors:
- inputs: Presentation/Common/Common/Resources/colors.json
outputs:
- templateName: literals-swift5
output: Presentation/Common/Common//Helpers/Constants/Generated/SwiftGenColors.swift
params:
publicAccess: true
xcassets:
- inputs: Presentation/Common/Common/Resources/Common.xcassets
outputs:
- templateName: swift5
output: Presentation/Common/Common/Helpers/Constants/Generated/SwiftGenAssets.swift
params:
publicAccess: true
fonts:
- inputs: Presentation/Common/Common/Resources/Fonts
outputs:
- templateName: swift5
output: Presentation/Common/Common/Helpers/Constants/Generated/SwiftGenFonts.swift
params:
publicAccess: true
strings:
- inputs: TheFeels/Resources/Localizable.strings
outputs:
- templateName: structured-swift5
output: TheFeels/Helpers/Constants/Generated/SwiftGenStrings.swift
- inputs: Presentation/Common/Common/Resources/Localizable.strings
outputs:
- templateName: structured-swift5
output: Presentation/Common/Common/Helpers/Constants/Generated/SwiftGenStrings.swift
params:
publicAccess: true
- inputs: Presentation/User/User/Resources/Localizable.strings
outputs:
- templateName: structured-swift5
output: Presentation/User/User/Helpers/Constants/Generated/SwiftGenStrings.swift
- inputs: Presentation/Tweet/Tweet/Resources/Localizable.strings
outputs:
- templateName: structured-swift5
output: Presentation/Tweet/Tweet/Helpers/Constants/Generated/SwiftGenStrings.swift
- inputs: Domain/Domain/Resources/Localizable.strings
outputs:
- templateName: structured-swift5
output: Domain/Domain/Helpers/Constants/Generated/SwiftGenStrings.swift
params:
publicAccess: true
- inputs: Data/AppData/AppData/Resources/Localizable.strings
outputs:
- templateName: structured-swift5
output: Data/AppData/AppData/Helpers/Constants/Generated/SwiftGenStrings.swift
params:
publicAccess: true
- inputs: Data/Networking/Networking/Resources/Localizable.strings
outputs:
- templateName: structured-swift5
output: Data/Networking/Networking/Helpers/Constants/Generated/SwiftGenStrings.swift
- inputs: Data/Storage/Storage/Resources/Localizable.strings
outputs:
- templateName: structured-swift5
output: Data/Storage/Storage/Helpers/Constants/Generated/SwiftGenStrings.swift