fstl-app / fstl

A fast STL file viewer
463 stars 106 forks source link

version number missing #71

Open core-code opened 3 years ago

core-code commented 3 years ago

i've downloaded version 0.9.4 but when selecting it in the Finder no version number is visible:

Screenshot 2021-03-28 at 22 41 09

both the CFBundleVersion and the CFBundleShortVersionString entries are missing from your Info.plist file. both should be set to 0.9.4. all macOS apps are supposed to have version information.

furthermore, the Info.plist contains the 'CFBundleGetInfoString' entry which has been deprecated for more than 10 years and would prevent the display of version infomation in the 'Get Info' window even if it was present. this needs to be removed.