Castellano (Spanish)
Appearance
Castellano (Spanish)
Appearance
ENUM
ResourceSynthesizer.Parser
Contents
strings
assets
plists
fonts
coreData
interfaceBuilder
json
yaml
files
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
strings
case strings
assets
case assets
plists
case plists
fonts
case fonts
coreData
case coreData
interfaceBuilder
case interfaceBuilder
json
case json
yaml
case yaml
files
case files