From edae652d6f25e5170cdfc5424e59e847983b9a25 Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Tue, 18 Oct 2022 13:27:42 +0200 Subject: Add CFBundleVersion, fixes #8454 (#8602) --- share/macosx/Info.plist.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/macosx/Info.plist.cmake b/share/macosx/Info.plist.cmake index 53e489742..086d208df 100644 --- a/share/macosx/Info.plist.cmake +++ b/share/macosx/Info.plist.cmake @@ -22,6 +22,8 @@ ${PROJECT_NAME} CFBundlePackageType APPL + CFBundleVersion + ${KEEPASSXC_VERSION} CFBundleShortVersionString ${KEEPASSXC_VERSION} CFBundleSignature -- cgit v1.2.3