Ultracopier
Ultracopier copied to clipboard
version numbers missing on macOS
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.
For now I use Qt mac packager, maybe you can say me how improve this? I'm macOS noob
i'll have a look
did you try setting the VERSION variable?
http://doc.qt.io/qt-5/qmake-variable-reference.html#version
Hi, no to have version at unique place
you can still have it at a unique place...
For OS X I have put into .pro file. For other OS is done into spec file via include.