Skip to content

iPhone 13/14 references (incl. new iPad) #29

Description

@xperseguers

as found in Contents/Developer/Platforms/iPhoneOS.platform/usr/standalone/device_traits.db:

    case "iPhone14,2":
        return "iPhone 13 Pro";
    case "iPhone14,3":
        return "iPhone 13 Pro Max";
    case "iPhone14,4":
        return "iPhone 13 mini";
    case "iPhone14,5":
        return "iPhone 13";

which does not follow the same logic as for iPhone 12 but is in line with a comment I found here: https://gist.github.com/adamawolf/3048717#gistcomment-3894325

Furthermore, in this file as well, and based on other iPads for detailed feature:

    case "iPad14,2":
        return "iPad mini (6th generation) Wi-Fi + Cellular";
    case "iPad14,1":
        return "iPad mini (6th generation) Wi-Fi";

and

    case "iPad12,2":
        return "iPad (9th generation) Wi-Fi + Cellular";
    case "iPad12,1":
        return "iPad (9th generation) Wi-Fi";

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions