Skip to content

ENUM

ResourceSynthesizer.Parser

Contents

  • Cases
    • strings
    • assets
    • plists
    • fonts
    • coreData
    • interfaceBuilder
    • json
    • yaml
    • files
swift
public enum Parser: String, Codable, Sendable

There are multiple parsers you can choose from Each parser will give you different metadata from a file You can read more about available parsers and how to use their metadata here: https://github.com/SwiftGen/SwiftGen#available-parsers

Cases

strings

swift
case strings

assets

swift
case assets

plists

swift
case plists

fonts

swift
case fonts

coreData

swift
case coreData

interfaceBuilder

swift
case interfaceBuilder

json

swift
case json

yaml

swift
case yaml

files

swift
case files

Released under the MIT License.