You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can confirm this. It also happens for The BOINC Installer, BOINC Uninstaller and BOINC Screensaver. I don't know why it happens, but I suspect that perhaps it could be fixed by adding another field to each one's Info.plist file with the key "Bundle versions string, short" and the version number.
The Info.plist files are created dynamically when BOINC for the Mac is built by running a small utility SetVersion, which is generated from the code in clientgui/mac/SetVersion.cpp and the files in clientgui/mac/templates/. Adding this field involves changing each of those files.
But if I select any of these applications or BOINCSaver.saver in the Finder, it shows the correct version number, and if I then select "Get Info" from the File menu it also shows the correct version number. So ultimately I think it would be nice to fix this, but certainly not critical.
@AustinConlon since I am basically retired from writing software, BOINC needs new Mac software developers to take over maintenance. it would be great if you might be interested in helping with BOINC development on the Mac. Please feel free to implement this change.
Here is a bit more info to get you started: SetVersion is built by the SetVersion target in boinc.xcodeproj and then run from the "Run Script" phase of the SetVersion target. The SetVersion target is listed as a Target Dependency by the mgr_boinc, Install_BOINC, Uninstaller, Postinstall and ScreenSaver targets.
The text was updated successfully, but these errors were encountered: