Opened 5 years ago

Closed 5 years ago

#5384 closed defect (wontfix)

version numbers of '0 A.D.' broken since 0.23b on macOS

Reported by: dinkblam Owned by:
Priority: Should Have Milestone:
Component: UI & Simulation Keywords:
Cc: Patch:

Description

previous releases of '0 A.D.' had correct embedded version numbers on macOS. you could select them in the Finder and see which version you have installed. i've verified this worked correctly for version 0.0.18, 0.0.19, 0.0.22 and 0.0.23 versions. in technical terms, the CFBundleVersion and CFBundleShortVersionString values in the Info.plist file had been set correctly.

however, this is broken in the '0.23b' release. now it claims to be version '0.0.X' which isn't helpful or correct.

here is the defect portion of your Info.plist file:

<key>CFBundleShortVersionString</key> <string>0.0.X</string> <key>CFBundleVersion</key> <string>0.0.X</string>

Change History (1)

comment:1 by Stan, 5 years ago

Keywords: mac removed
Milestone: Alpha 24
Resolution: wontfix
Status: newclosed

Hello

Thanks for the report I bundled so many versions and still missed it.I added a note for the next version. Does that prevent you to do anything ?

Sorry for the inconvenience

Note: See TracTickets for help on using tickets.