Lord-Kamina / SwiftDefaultApps

Replacement for RCDefaultApps, written in Swift.
Other
1.43k stars 62 forks source link

CLI version flag #77

Open SeanHansell opened 1 year ago

SeanHansell commented 1 year ago

swda -v returns: Version: 1.0 even on v2.0.1. I suppose it's possible the CLI hasn't changed since the initial release but I believe its still best practice to increment version on all components to correspond with the understood "primary" version.

Lord-Kamina commented 11 months ago

Yeah, that was most likely an omission. I'll get around to fixing it eventually or, if you want, make a PR (Ideally, using the actual version string from the Info.plist, instead of hardcoding it)