Bug #2339
Doomsday Shell.app has conflicting version information on macOS
Description
the Doomsday Shell.app from the Doomsday 2.1.1 release has some problems with the embedded version information:
the CFBundleVersion version entry from the Info.plist file is set to 2.0, while it should be set to 2.1.1
the CFBundleShortVersionString entry is only provided via the localized InfoPlist.strings file instead of the main Info.plist file. Apple has discouraged doing things this way for more than 10 years.
this means the incorrect version number 2.0 will be shown when using 'QuickLook' on the app.
Associated revisions
History
#1 Updated by skyjake over 5 years ago
- Category set to Regression
- Assignee set to skyjake
- Target version set to 2.1.2
Like #2338, this is probably a problem with the CMake-generated .plist files.
#2 Updated by skyjake over 5 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
#3 Updated by skyjake almost 5 years ago
- Status changed from Resolved to Closed
Fixed|macOS: Out-of-date version info in plist
IssueID #2339