-
Notifications
You must be signed in to change notification settings - Fork 288
Closed as not planned
Labels
Description
Environment
mas version: 1.8.2 from Homebrew core, andmainbuilt from source- macOS: 11.3.1
mas Install Method
brew install mas (homebrew-core, 1.8.2)
Built from source (main, Xcode 12.5)
Describe the Bug
mas outdated and mas upgrade do not show an upgrade for "Grammarly for Safari" (id 1462114288), though mas list does list it as being installed.
To Reproduce
mas install 1462114288- Wait for a Grammarly update to be released.
mas outdatedormas upgrade 1462114288
Expected Behavior
- The Safari extension should be updated.
Actual Behavior
- No upgrade is reported, and nothing is upgraded.
Additional Context
- Commenting out this line fixes the issue:
URLQueryItem(name: "entity", value: "macSoftware"),
It seems there are other entities we need to handle in our searches. This is likely related to the issues around iOS/iPadOS apps on M1 Macs as well.
Reactions are currently unavailable