Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanek Bevendorff <janek@keepassxc.org>2022-10-18 14:27:42 +0300
committerJanek Bevendorff <janek@keepassxc.org>2022-10-18 14:37:53 +0300
commitedae652d6f25e5170cdfc5424e59e847983b9a25 (patch)
tree2bc90d517753622d5ad56b4cf80919a6ba3cc550
parentb1f868cd6cc033439018b4881b5bbf9797ff15f6 (diff)
Add CFBundleVersion, fixes #8454 (#8602)
-rw-r--r--share/macosx/Info.plist.cmake2
1 files changed, 2 insertions, 0 deletions
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 @@
<string>${PROJECT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
+ <key>CFBundleVersion</key>
+ <string>${KEEPASSXC_VERSION}</string>
<key>CFBundleShortVersionString</key>
<string>${KEEPASSXC_VERSION}</string>
<key>CFBundleSignature</key>