We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to print CoreLocationCLI's version number?
Something like CoreLocationCLI -version would be nice.
CoreLocationCLI -version
Currently I'm using the file's CRC-32 value to compare a bundled CoreLocationCLI with the version the user has installed.
The text was updated successfully, but these errors were encountered:
Good idea. This is in project scope.
Sorry, something went wrong.
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?
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: