-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathswiftgen.yml
49 lines (41 loc) · 1.41 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
#run 'swiftgen' in app project (WORKSPACE/App) and it will update the UIColors.swift file
#Update colors using StandardColors.txt
xcassets:
inputs:
- ./NearbyHospitals/Resources/Assets/
outputs:
- templateName: swift4
output: ./NearbyHospitals/Generated/SwiftGen/Assets/Assets.swift
fonts:
inputs:
- ./NearbyHospitals/Resources/Fonts
outputs:
- templateName: swift4
output: ./NearbyHospitals/Generated/SwiftGen/Fonts/GeneratedFonts.swift
ib:
inputs:
- ./NearbyHospitals/Base.lproj/LaunchScreen.storyboard
- ./NearbyHospitals/Base.lproj/Main.storyboard
outputs:
- templateName: scenes-swift4
output: ./NearbyHospitals/Generated/SwiftGen/Storyboards/StoryboardScenes.swift
- templateName: segues-swift4
output: ./NearbyHospitals/Generated/SwiftGen/Storyboards/StoryboardSegues.swift
colors:
inputs:
- ./NearbyHospitals/Resources/Colors/StandardColors.txt
outputs:
templateName: swift4
output: ./NearbyHospitals/Generated/SwiftGen/Colors/GeneratedColors.swift
strings:
inputs:
- ./NearbyHospitals/Resources/Strings/
outputs:
- templateName: structured-swift4
output: ./NearbyHospitals/Generated/SwiftGen/Strings/GeneratedStrings.swift
json:
inputs:
- ./NearbyHospitals/Resources/JsonFile/
outputs:
- templateName: runtime-swift4
output: ./NearbyHospitals/Generated/SwiftGen/JSONFiles/GeneratedJSONFiles.swift