keepassxreboot / keepassxc

KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
https://keepassxc.org/
Other
21.39k stars 1.48k forks source link

macOS: Info.plist contains duplicate CFBundleVersion key value pair #11421

Open mihelm opened 3 weeks ago

mihelm commented 3 weeks ago

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.

varjolintu commented 3 weeks ago

KEEPASSXC_VERSION_NUM seems to be something we don't even use.