Ultracopier icon indicating copy to clipboard operation
Ultracopier copied to clipboard

version numbers missing on macOS

Open core-code opened this issue 5 years ago • 6 comments

i've downloaded Version '1.6.1.1' 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.

also note that the 'CFBundleGetInfoString' entry should be removed, this has been deprecated for more than 10 years.

core-code avatar Dec 29 '18 14:12 core-code

For now I use Qt mac packager, maybe you can say me how improve this? I'm macOS noob

alphaonex86 avatar Dec 30 '18 00:12 alphaonex86

i'll have a look

core-code avatar Dec 30 '18 00:12 core-code

did you try setting the VERSION variable?

http://doc.qt.io/qt-5/qmake-variable-reference.html#version

core-code avatar Jan 03 '19 00:01 core-code

Hi, no to have version at unique place

alphaonex86 avatar Jan 03 '19 01:01 alphaonex86

you can still have it at a unique place...

core-code avatar May 20 '19 08:05 core-code

For OS X I have put into .pro file. For other OS is done into spec file via include.

alphaonex86 avatar May 20 '19 12:05 alphaonex86