Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application can't be tracked by MacUpdater #88

Closed
ulfklose opened this issue Jul 5, 2020 · 6 comments
Closed

Application can't be tracked by MacUpdater #88

ulfklose opened this issue Jul 5, 2020 · 6 comments

Comments

@ulfklose
Copy link

ulfklose commented Jul 5, 2020

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.

@maxnet
Copy link
Collaborator

maxnet commented Jul 5, 2020

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?

@ulfklose
Copy link
Author

ulfklose commented Jul 5, 2020

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

Bildschirmfoto 2020-07-05 um 14 25 37

@core-code
Copy link

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.

@maxnet
Copy link
Collaborator

maxnet commented Jul 5, 2020

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

@maxnet maxnet closed this as completed in f90739a Jul 5, 2020
@core-code
Copy link

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.

@maxnet
Copy link
Collaborator

maxnet commented Jul 18, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants