Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support SwiftGen ParserOptions in ResourceSynthesizer (tuist#5517)
* dep-add: add AnyCodable dependency into TuistSupport * fix: fix Project.swift compiler and tuist generate warning - fix `Warning: Target 'AnyCodable' has been linked from target 'TuistAnalytics' and target 'TuistSupport', it is a static product so may introduce unwanted side effects.` * feat: add ResourceSynthesizer parserOptions in TuistGraph * feat: add ResourceSynthesizer parserOptions in ProjectDescription * feat: add parserOptions parameter in TuistGenerator * feat: add parserOptions parameter in TuistLoader * test: add ios_app_with_custom_resource_parser_options fixture * feat: Update ResourceSynthesizer.Parser.Option in ProjectDescription - add dictionary, array case - support ExpressibleByLiterals * feat: Update ResourceSynthesizer.Parser.Option in TuistGraph - support ExpressibleByLiterals * style: lint fix
- Loading branch information