-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswiftgen.yml
62 lines (60 loc) · 2.2 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
61
62
strings:
- inputs: SwiftGen-Example/Resources/en.lproj
outputs:
- templateName: structured-swift5
output: SwiftGen-Example/SupportingFiles/SwiftGen/Strings+SwiftGen.swift
params:
enumName: Strings
- inputs: Modules/Education/Education/Resources/en.lproj
outputs:
- templateName: structured-swift5
output: Modules/Education/Education/SupportingFiles/SwiftGen/Strings+SwiftGen.swift
params:
enumName: Strings
- inputs: Modules/Medical/Medical/Resources/en.lproj
outputs:
- templateName: structured-swift5
output: Modules/Medical/Medical/SupportingFiles/SwiftGen/Strings+SwiftGen.swift
params:
enumName: Strings
xcassets:
- inputs: SwiftGen-Example/Resources/Assets.xcassets
outputs:
- templateName: swift5
output: SwiftGen-Example/SupportingFiles/SwiftGen/SXCAssets+SwiftGen.swift
params:
enumName: Assets
- inputs: Modules/Education/Education/Resources/Assets.xcassets
outputs:
- templateName: swift5
output: Modules/Education/Education/SupportingFiles/SwiftGen/SXCAssets+SwiftGen.swift
params:
enumName: Assets
- inputs: Modules/Medical/Medical/Resources/Assets.xcassets
outputs:
- templateName: swift5
output: Modules/Medical/Medical/SupportingFiles/SwiftGen/SXCAssets+SwiftGen.swift
params:
enumName: Assets
ib:
- inputs: SwiftGen-Example/
outputs:
- templateName: scenes-swift5
output: SwiftGen-Example/SupportingFiles/SwiftGen/IB-Scenes+SwiftGen.swift
params:
enumName: Storyboards
ignoreTargetModule: true
- inputs: Modules/Education
outputs:
- templateName: scenes-swift5
output: Modules/Education/Education/SupportingFiles/SwiftGen/IB-Scenes+SwiftGen.swift
params:
enumName: Storyboards
ignoreTargetModule: true
- inputs: Modules/Medical
outputs:
- templateName: scenes-swift5
output: Modules/Medical/Medical/SupportingFiles/SwiftGen/IB-Scenes+SwiftGen.swift
params:
enumName: Storyboards
ignoreTargetModule: true