cpisciotta / xcbeautify

A little beautifier tool for xcodebuild
MIT License
947 stars 67 forks source link

Simplify Pattern Definitions and Logic #172

Closed cpisciotta closed 8 months ago

cpisciotta commented 8 months ago

This is one step of a larger effort to simplify xcbeautify. This PR moves the Pattern and Regex definitions to their respective CaptureGroups. It also simplifies Pattern-related switch logic.