Skip to content

Fix for list on 10.14.4#228

Merged
phatblat merged 9 commits intomasterfrom
list-10.14.4
Mar 31, 2019
Merged

Fix for list on 10.14.4#228
phatblat merged 9 commits intomasterfrom
list-10.14.4

Conversation

@phatblat
Copy link
Member

@phatblat phatblat commented Mar 30, 2019

Starting on macOS 10.14.4, mas list is not displaying app names. It displays the id and version correctly, but app name is missing. This affects the display when using brew bundle, but doesn't appear to affect functionality.

macOS 10.14.3

Using mas 1.6.2, this is how an app is displayed on 10.14.3.

904280696 Things3 (3.8.4)

macOS 10.14.4

mas 1.6.2

904280696  (3.8.4)

This PR

The fix in this change is to fall back to bundleIdentifier when appName is blank.

⚠️ Note that this behavior will change if Apple releases a macOS update which restores the appName values. This shouldn't be a problem as it is only used for display in both mas list and brew bundle.

904280696 com.culturedcode.ThingsMac (3.8.4)

Also resolves #226, some confusion when using the brew bundle command (which relies on mas list).

@phatblat phatblat merged commit dedd62c into master Mar 31, 2019
@phatblat phatblat deleted the list-10.14.4 branch March 31, 2019 17:44
@phatblat phatblat mentioned this pull request Mar 31, 2019
@phatblat phatblat added this to the 1.6.3 milestone Feb 12, 2020
@rgoldberg rgoldberg changed the title 🐛💩 Fix for list command on 10.14.4 Fix for list on 10.14.4 Sep 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Application names missing after upgrading to 10.14.4 and latest Xcode Tools

2 participants