cpisciotta / xcbeautify

A little beautifier tool for xcodebuild
MIT License
915 stars 62 forks source link

Add Version Logging #280

Closed cpisciotta closed 3 weeks ago

cpisciotta commented 1 month ago

When xcbeautify starts, it should log the semantic version to the console. It should use the semantic version found in Version.swift, and it should be suppressible via an environment variable and/or CLI argument.

cpisciotta commented 3 weeks ago

This is now available, starting in 2.4.0. Thanks again @ikelax for the contribution!