passepartout-apple/swiftgen.yml
Davide De Rosa 282728ae1e Move app-related strings in
Move Core strings to app target.

SwiftGen uses same bundle by default. No problem because Core
does not (and should not) any string internally.
2019-06-23 00:11:56 +02:00

29 lines
990 B
YAML

strings:
inputs:
- Submodules/Core/Passepartout/Resources/en.lproj/Core.strings
- Passepartout-iOS/Global/en.lproj/App.strings
outputs:
- templateName: structured-swift4
output: Passepartout-iOS/Global/SwiftGen+Strings.swift
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