RazrFalcon / svgcleaner

svgcleaner could help you to clean up your SVG files from the unnecessary data.
GNU General Public License v2.0
1.63k stars 94 forks source link

version numbers missing on macOS #185

Open core-code opened 5 years ago

core-code commented 5 years ago

i've downloaded Version '0.9.5' but when selecting it in the Finder and using 'Get Info' it doesn't show any Version-number at all. i guess the CFBundleVersion and CFBundleShortVersionString entries in your Info.plist file are missing. all apps on macOS are supposed to contain valid version information.

RazrFalcon commented 5 years ago

Ok. I will add this next time.

core-code commented 5 years ago

awesome, thanks ;)