forked from partout-io/passepartout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathswiftgen.yml
More file actions
29 lines (27 loc) · 972 Bytes
/
Copy pathswiftgen.yml
File metadata and controls
29 lines (27 loc) · 972 Bytes
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
strings:
inputs:
- Passepartout/Resources/en.lproj/Localizable.strings
outputs:
- templateName: structured-swift4
output: Passepartout/Sources/SwiftGen+Strings.swift
params:
publicAccess: true
ib:
inputs:
- Passepartout-iOS/Base.lproj/About.storyboard
- Passepartout-iOS/Base.lproj/Main.storyboard
- Passepartout-iOS/Base.lproj/Organizer.storyboard
- Passepartout-iOS/Base.lproj/Shortcuts.storyboard
outputs:
- templateName: scenes-swift4
output: Passepartout-iOS/Global/SwiftGen+Scenes.swift
- templateName: segues-swift4
output: Passepartout-iOS/Global/SwiftGen+Segues.swift
xcassets:
inputs:
- Passepartout-iOS/Assets.xcassets
- Passepartout-iOS/Flags.xcassets
- Passepartout-iOS/Providers.xcassets
outputs:
- templateName: swift4
output: Passepartout-iOS/Global/SwiftGen+Assets.swift