aptana / studio3

This repository contains the code for core components of Aptana Studio 3.
http://aptana.com/products/studio3
Other
1.08k stars 483 forks source link

version numbers broken on macOS #486

Open core-code opened 5 years ago

core-code commented 5 years ago

i've downloaded version 3.7.2, but when selecting it in the finder, it claims to be version 0.0.0

screen shot 2018-10-31 at 14 19 03
core-code commented 5 years ago

looking at your Info.plist file:

    <key>CFBundleGetInfoString</key>
        <string>Eclipse 4.7 for Mac OS X, Copyright IBM Corp. and others 2002, 2016. All rights reserved.</string>

this key has been deprecated for more than 10 years and contains nonsense. this is NOT eclipse. it needs to be removed

    <key>CFBundleShortVersionString</key>
        <string>0.0.0</string>

this key should read 3.7.2 not 0.0.0

```
CFBundleVersion
    <string>0.0.0.201807301111</string>


this key should read 3.7.2.201807301111