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

outdated: multi-platform apps are not checked to see if they require a newer version of macOS than is currently running #540

Open
rgoldberg opened this issue Sep 16, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@rgoldberg
Copy link
Contributor

Your Environment

  • mas version: 1.8.6
  • macOS version: 12.7.6 (21H1320)

mas Install Method

brew install mas (homebrew-core)

Describe the Bug

mas outdated does not check multi-platform apps to see if they require a newer version of macOS than is currently running.

This occurs because multi-platform apps have kind = software. We only perform the macOS version check for kind = mac-software. That was probably done because data minimum OS data for kind = software was being returned for iOS, not macOS. Now that #505 has been merged into main, mas no longer accidentally gets iOS app info, so we can remove the requirement that kind = mac-software, which will fix this issue.

To Reproduce

Steps to reproduce the behavior:

  1. run macOS 12.x
  2. install Apple Developer app: mas install 640199958
  3. mas outdated outputs 640199958 Developer (10.4.1 -> 10.6.6), but 10.4.1 is the newest version supported by macOS 12.x

Expected Behavior

mas outdated does not output 640199958 Developer (10.4.1 -> 10.6.6)

Actual Behavior

mas outdated outputs 640199958 Developer (10.4.1 -> 10.6.6), but 10.4.1 is the newest version supported by macOS 12.x

Additional Context

@rgoldberg rgoldberg added this to the 1.8.7 milestone Sep 16, 2024
@rgoldberg rgoldberg self-assigned this Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant