another.im-ios/Monal/swiftgen.yml

28 lines
721 B
YAML
Raw Permalink Normal View History

2024-11-19 14:14:08 +00:00
---
output_dir: another.im/Generated
input_dir: another.im/Resources
xcassets:
- inputs: Assets/Images.xcassets
outputs:
- templatePath: .swiftgen/templates/xcassets.stencil
params:
forceProvidesNamespaces: true
enumName: Image
output: Images+Generated.swift
- inputs: Assets/Colors.xcassets
outputs:
- templatePath: .swiftgen/templates/xcassets.stencil
params:
forceProvidesNamespaces: true
enumName: Color
output: Colors+Generated.swift
strings:
inputs: Strings/Localizable.strings
outputs:
# - templatePath: .templates/strings.stencil
- templateName: structured-swift5
output: Strings+Generated.swift