View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002227 | SkyChart | 1-Software | public | 19-11-10 18:29 | 19-11-30 11:24 |
| Reporter | corecode | Assigned To | Patrick Chevalley | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | Mac | OS | macOS | OS Version | 10.13 |
| Target Version | 4.4 | Fixed in Version | 4.3 beta | ||
| Summary | 0002227: 'skychart' has broken version information on macOS | ||||
| Description | if 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 Reproduce | 1.) 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 Information | the 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 | ||||
| Tags | No tags attached. | ||||
|
|
|
|
|
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 |
| 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 |