Skip to content
New issue

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

Mac Application Does Have Proper Version Number or use CFBundleShortVersionString & CFBundleVersionString Keys #421

Open
uurazzle opened this issue Apr 2, 2024 · 0 comments

Comments

@uurazzle
Copy link

uurazzle commented Apr 2, 2024

The Mac application doesn't have a proper version number

For example, 2.5.1 version outputs the following version number.

For example, via Finder...

image

The application also doesn't use CFBundleShortVersionString or CFBundleVersionString to denote the application version.

https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring
https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion#

Using version numbers like 2.5.1 (MAJOR.MINOR.PATCH) which would make it much easier to monitor versions of your software installed or across a fleet of the system and in turn automate updates with tools like open source AutoPKG https://github.com/autopkg/autopkg or Installomator https://github.com/Installomator/Installomator or commercial solutions like Jamf Pro patch management, etc.

The "Semantic Versioning" website introduces rules for assigning version numbers: increment the MAJOR version for incompatible API changes, the MINOR version for backward compatible functionality additions, and the PATCH version for backward compatible bug fixes.

https://semver.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant