Skip to content

fix: resolve MAS duplicate entries and remove/update routing#81

Merged
Valkyrie00 merged 1 commit into
mainfrom
fix/mas-remove-and-duplicate-entries
Jul 10, 2026
Merged

fix: resolve MAS duplicate entries and remove/update routing#81
Valkyrie00 merged 1 commit into
mainfrom
fix/mas-remove-and-duplicate-entries

Conversation

@Valkyrie00

Copy link
Copy Markdown
Owner

- Fix #78: MAS entries no longer appear as ghost [F] duplicates in
  Brewfile mode. Skip MAS entries in packageMap construction and
  GetTapPackages to prevent them from being resolved as formulae.
- Fix #79: Remove and update operations now correctly route MAS
  packages to `mas uninstall` instead of erroneously calling
  `brew uninstall` (which caused "No available formula" errors).
- Add MAS metadata enrichment via `mas info` (version, homepage).
- Add Package.Label() for human-readable display names in UI.
- Show "App ID" instead of "Name" in details panel for MAS packages.
- Use display names in modals and notifications for MAS packages.
Closes #78, Closes #79

Signed-off-by: Vito Castellano <castellano.vito@gmail.com>
@Valkyrie00 Valkyrie00 merged commit dd1b673 into main Jul 10, 2026
6 of 7 checks passed
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

Successfully merging this pull request may close these issues.

Remove MAS app fails “Error: no available formula” Each MAS app has 2 lines [M] and [F]

1 participant