Skip to content

Macs with the wrong supported OS list #313

@KUSU2

Description

@KUSU2

From the sofa feed the following have the wrong supported OS versions:

    "MacBook10,1": {
      "MarketingName": "MacBook (Retina, 12-inch, 2017)",
      "SupportedOS": [
        "Monterey 12"
      ],
      "OSVersions": [12]
    },
    "MacBookPro14,1": {
      "MarketingName": "MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports)",
      "SupportedOS": [
        "Monterey 12"
      ],
      "OSVersions": [12]
    },
    "MacBookPro14,2": {
      "MarketingName": "MacBook Pro (13-inch, 2017, Four Thunderbolt 3 ports)",
      "SupportedOS": [
        "Sequoia 15",
        "Sonoma 14",
        "Ventura 13",
        "Monterey 12"
      ],
      "OSVersions": [15, 14, 13, 12]
    },
    "iMac16,1": {
      "MarketingName": "iMac (21.5-inch, Late 2015)",
      "SupportedOS": [
        "Ventura 13",
        "Monterey 12"
      ],
      "OSVersions": [13, 12]
    },
    "iMac16,2": {
      "MarketingName": "iMac (Retina 4K, 21.5-inch, Late 2015)",
      "SupportedOS": [
        "Sequoia 15",
        "Sonoma 14",
        "Ventura 13",
        "Monterey 12"
      ],
      "OSVersions": [15, 14, 13, 12]
    },
    "iMac18,1": {
      "MarketingName": "iMac (21.5-inch, 2017)",
      "SupportedOS": [
        "Monterey 12"
      ],
      "OSVersions": [12]
    },
    "iMac19,2": {
      "MarketingName": "iMac (Retina 4K, 21.5-inch, 2019)",
      "SupportedOS": [
        "Monterey 12"
      ],
      "OSVersions": [12]
    },
    "iMac20,1": {
      "MarketingName": "iMac (Retina 5K, 27-inch, 2020)",
      "SupportedOS": [
        "Sequoia 15",
        "Sonoma 14",
        "Ventura 13",
        "Monterey 12"
      ],
      "OSVersions": [15, 14, 13, 12]
    },
    "iMac20,2": {
      "MarketingName": "iMac (Retina 5K, 27-inch, 2020)",
      "SupportedOS": [
        "Monterey 12"
      ],
      "OSVersions": [12]
    },

MacBook 9,1 is missing entirely - max supported "12"
MacBook10,1 is missing "13"
MacBookPro14,1 is missing "13"
MacBookPro14,2 should only be "12,13"
iMac16,1 should only be "12"
iMac16,2 should only be "12"
iMac18,1 is missing "13"
iMac19,2 is missing "13,14,15"
iMac20,1 is missing "26"
iMac20,2, is missing "13,14,15,26"

Looks like the URL should be updated for the following
https://support.apple.com/en-ca/102869 - MacBook Air Models
https://support.apple.com/en-us/103257 - MacBook Models
https://support.apple.com/en-ca/108052 - MacBook Pro Models
https://support.apple.com/en-ca/108054 - iMac Models

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions