another.im-ios/swiftgen.yml
2024-10-31 12:43:16 +01:00

28 lines
719 B
YAML

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