You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to make custom name for SwiftGen enum instead of L10n. SwiftGen supports custom type name for generation, but BartyCrouch transform method can use only L10n name for "swiftgenStructured" transform.
Suggested Solution
Add optional parameters dictionary. For example: transformerParameters
You could describe supported parameters for each transform method. So for "swiftgenStructured" you could define type parameter key.
Problem Statement
I want to make custom name for SwiftGen enum instead of L10n. SwiftGen supports custom type name for generation, but BartyCrouch transform method can use only L10n name for "swiftgenStructured" transform.
Suggested Solution
Add optional parameters dictionary. For example:
transformerParameters
You could describe supported parameters for each transform method. So for "swiftgenStructured" you could define
type
parameter key.Example Usage
This way setup would look like:
Possible Involvement
The text was updated successfully, but these errors were encountered: