corelocationcli
corelocationcli copied to clipboard
Any way to print the version number
Is there a way to print CoreLocationCLI's version number?
Something like CoreLocationCLI -version
would be nice.
Currently I'm using the file's CRC-32 value to compare a bundled CoreLocationCLI with the version the user has installed.
Good idea. This is in project scope.
Here is what I'm talking about with the crc32: https://github.com/JayBrown/Cuckoo-Menu/blob/master/cckm.6h.sh#L115-L131
Is there a slick way in Swift to get that from the package.swift?