Update CFBundleShortVersionString format

This commit is contained in:
Martinus Verburg 2025-12-23 08:41:51 +01:00 committed by GitHub
parent df95062149
commit 54d843ad6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
Mac framework Info.plist CFBundleShortVersionString now uses x.y.z only
format to comply with `this Apple developer guideline
<https://developer.apple.com/documentation/bundleresources/information-property-list/cfbundleshortversionstring>`_
<https://developer.apple.com/documentation/bundleresources/information-property-list/cfbundleshortversionstring>`_.
Contributed by Martinus Verburg.