conversations-classic-ios/swiftgen.yml
2024-06-19 17:15:27 +02:00

28 lines
741 B
YAML

---
output_dir: ConversationsClassic/Generated
input_dir: ConversationsClassic/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