From 57c708a4d6636e4444a2bf697e1d6f23df7fded5 Mon Sep 17 00:00:00 2001 From: Andrew White Date: Thu, 22 Apr 2021 22:34:25 -0400 Subject: [PATCH] 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 --- src/MacAppBundle/FreeCAD.app/Contents/Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MacAppBundle/FreeCAD.app/Contents/Info.plist b/src/MacAppBundle/FreeCAD.app/Contents/Info.plist index 54e858d0dc..c8683067e7 100644 --- a/src/MacAppBundle/FreeCAD.app/Contents/Info.plist +++ b/src/MacAppBundle/FreeCAD.app/Contents/Info.plist @@ -21,7 +21,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - + VERSION_STRING_FROM_CMAKE CFBundleSignature ???? CFBundleVersion