-
Notifications
You must be signed in to change notification settings - Fork 279
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
mas list
does not list apps for macOS 15.4 developer beta 1
#724
Comments
mas list
does not returns Error: No installed apps found
for macOS 15.4 developer beta 1mas list
does not list apps for macOS 15.4 developer beta 1
@jcouball Thanks for the heads up. Unfortunately, I can't run macOS 13+ until summer 2025, so I can't directly investigate this issue. mas could obtain most of the information used for It might make sense to see if the functionality is reinstated in 15.4 release before switching over. Also, I'm in the middle of fixing issues in Swift Argument Parser (which is used by mas), so waiting for 15.4 release will give me time to finish (at least some of) that work. |
Makes sense. I'll keep this issue updated as I upgrade macOS beta versions. |
@jcouball if I cannot find the app name elsewhere on the local machine, mas can cache each app's full Apple iTunes Search web API JSON in an extended file attribute for its folder. I imagine that mas should also store the version of the app in the extended attributes, too, so if the app version changes, it downloads the app name again & caches it for the new app version. The main problem is if there is an app that is no longer available from the iTunes Search web API (or if the store from which it was downloaded is not stored in Spotlight, or some other thing that would prevent downloading its data). It probably makes sense to use (& cache in extended file attributes on the folder) the downloaded JSON for the current version of the app if it exists, but fallback to Spotlight data if it is unavailable. I think we should not combine data from both sources, just provide data from one source or the other. |
FYI, This also affects The interaction with the Mac App store does work, though. |
@rgoldberg I just installed macOS 18.4 beta 2. |
Options are:
How would this affect future output, including raw, raw JSON & standard JSON? |
mas config
Bug description
Running on macOS 15.4 developer beta 1,
mas list
returnsError: No installed apps found
. I discovered this becausebrew bundle dump ...
was removing all mas apps from my.Brewfile
(which indicates that themas list
command was functioning the last time I ranbrew bundle dump
).I am happy to provide more details if that would be helpful.
Steps to reproduce
The text was updated successfully, but these errors were encountered: