Rpi-imager: Application can't be tracked by MacUpdater

Created on 5 Jul 2020  ·  6Comments  ·  Source: raspberrypi/rpi-imager

I got in contact with the creators of MacUpdater and asked them why the rpi-imager isn't being tracked by their application.

The possible reason is explained here: https://www.corecode.io/macupdater/faq.html#SHOWUP

I don't know of this is of any relevance for you guys but I'd like to ask you, if possible, to fix this.

Most helpful comment

Thanks for the info.
Will populate those in the .plist.

All 6 comments

The possible reason is explained here: https://www.corecode.io/macupdater/faq.html#SHOWUP

"If you want to find out why a particular app does not show up in MacUpdater, you can drag the app onto MacUpdater's main window to get an explanation."
So what does that give for you?

Sorry, my bad, I could have done this right on creating this ticket.

Bildschirmfoto 2020-07-05 um 14 25 37

this means both the CFBundleVersion and CFBundleShortVersionString entries in the Info.plist are missing.

this is not just a problem with regards to MacUpdater but:

• not having a version number is a violation of Apple's macOS development guidelines
• if you have multiple versions installed, macOS will be unable to determine which version is the newest one
• also if you select the app in the Finder (via Get Info, Column View or Quick Look) you will not be able to inspet the version number (because it is missing). Mac users are accustomed to be able to inspect the version numbers of any app in the Finder.

Thanks for the info.
Will populate those in the .plist.

thanks i can confirm that the 1.4 release here:
https://github.com/raspberrypi/rpi-imager/releases/download/v1.4/imager.dmg

fixes the issue. however the download from the homepage ( https://www.raspberrypi.org/downloads/ ) doesn't seem to be updated yet.

thanks i can confirm that the 1.4 release here:
fixes the issue

Good to hear.

however the download from the homepage ( https://www.raspberrypi.org/downloads/ ) doesn't seem to be updated yet.

Seems to have been updated now.
Can be a slight delay due to different people in charge of the github page (where releases are basically only created so that the code in the repository is tagged correctly), downloads.raspberrypi.org and www.raspberrypi.org

Was this page helpful?
0 / 5 - 0 ratings