mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-13 03:59:25 +00:00
0ebddc6a68
Prefix is now just L10n without strings filename.
29 lines
771 B
YAML
29 lines
771 B
YAML
strings:
|
|
inputs:
|
|
- ../../Core/Resources/en.lproj/Core.strings
|
|
outputs:
|
|
- templateName: structured-swift4
|
|
output: Global/SwiftGen+Strings.swift
|
|
|
|
ib:
|
|
inputs:
|
|
- Base.lproj/About.storyboard
|
|
- Base.lproj/Main.storyboard
|
|
- Base.lproj/Organizer.storyboard
|
|
- Base.lproj/Purchase.storyboard
|
|
- Base.lproj/Shortcuts.storyboard
|
|
outputs:
|
|
- templateName: scenes-swift4
|
|
output: Global/SwiftGen+Scenes.swift
|
|
- templateName: segues-swift4
|
|
output: Global/SwiftGen+Segues.swift
|
|
|
|
xcassets:
|
|
inputs:
|
|
- Assets.xcassets
|
|
- Flags.xcassets
|
|
- Providers.xcassets
|
|
outputs:
|
|
- templateName: swift4
|
|
output: Global/SwiftGen+Assets.swift
|