Add human readable version to mac app bundle

CFBundleVersion is used by the system to identify
app versions, but CFBundleShortVersionString is
what Finder shows about the app when using the Get
Info screen. Having the version available there
makes it easer to check app versions without
launching FreeCAD
This commit is contained in:
Andrew White
2021-04-22 22:34:25 -04:00
committed by wwmayer
parent 0edbea1316
commit 57c708a4d6

View File

@@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string></string>
<string>VERSION_STRING_FROM_CMAKE</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>