From 73bfb94895dc857957c7bcfc9815ee273b99bcc2 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