In the macOS versions of 2.7.9 (possibly earlier as well) there is a duplicate CFBundleVersion key in the Info.plist file. There's the proper one with the version, and a second one with just an empty string.
Steps to Reproduce
Check KeePassXC.app/Contents/Info.plist.
Expected Behavior
In a plist file, each key ought to be unique at each level.
Overview
In the macOS versions of 2.7.9 (possibly earlier as well) there is a duplicate CFBundleVersion key in the Info.plist file. There's the proper one with the version, and a second one with just an empty string.
Steps to Reproduce
Check
KeePassXC.app/Contents/Info.plist
.Expected Behavior
In a plist file, each key ought to be unique at each level.
Actual Behavior
As noted above.