View Issue Details

IDProjectCategoryView StatusLast Update
0002227SkyChart1-Softwarepublic19-11-30 11:24
Reportercorecode Assigned ToPatrick Chevalley  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformMacOSmacOSOS Version10.13
Target Version4.4Fixed in Version4.3 beta 
Summary0002227: 'skychart' has broken version information on macOS
Descriptionif you download version 4.2 of 'skychart' and select it in the macOS Finder, it claims to actually be version 1.0.

this is incorrect. obviously version 4.2 should claim to be version 4.2 and not 1.0 ;)

Steps To Reproduce1.) download version 4.2 of 'skychart'
2.) use Finder's QuickLook feature (space bar) to look at the embedded version number of the app
Additional Informationthe root cause is a faulty entry in the Info.plist file :

    <key>CFBundleVersion</key>
    <string>1.0</string>

this should read 4.2 not 1.0
TagsNo tags attached.

Activities

corecode

19-11-10 18:29

reporter  

Patrick Chevalley

19-11-30 11:24

administrator   ~0006104

Yes, the install script was trying to replace the version number at the wrong line.

This is fixed by:
https://github.com/pchev/skychart/commit/6417f059f558d3205b2a79b59f5149bca69ef02c

Issue History

Date Modified Username Field Change
19-11-10 18:29 corecode New Issue
19-11-10 18:29 corecode File Added: Screenshot 2019-11-10 at 18.21.41.png
19-11-10 18:29 corecode File Added: Screenshot 2019-11-10 at 18.22.18.png
19-11-30 11:24 Patrick Chevalley Assigned To => Patrick Chevalley
19-11-30 11:24 Patrick Chevalley Status new => resolved
19-11-30 11:24 Patrick Chevalley Resolution open => fixed
19-11-30 11:24 Patrick Chevalley Fixed in Version => 4.3 beta
19-11-30 11:24 Patrick Chevalley Target Version => 4.4
19-11-30 11:24 Patrick Chevalley Note Added: 0006104