2024-06-19 15:15:27 +00:00
|
|
|
---
|
2024-10-31 11:43:16 +00:00
|
|
|
output_dir: AnotherIM/Generated
|
|
|
|
input_dir: AnotherIM/Resources
|
2024-06-19 15:15:27 +00:00
|
|
|
|
|
|
|
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
|