passepartout-apple/swiftgen.yml
Davide De Rosa cf499739f7 Export SwiftGen strings as public
Required as part of an external framework.
2019-03-18 11:19:24 +01:00

19 lines
592 B
YAML

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/en.lproj/Main.storyboard
- Passepartout-iOS/en.lproj/Organizer.storyboard
outputs:
- templateName: scenes-swift4
output: Passepartout-iOS/Global/SwiftGen+Scenes.swift
- templateName: segues-swift4
output: Passepartout-iOS/Global/SwiftGen+Segues.swift