Skip to content

Simple JSON Matrix for iPhone/iPad Model #s and 'color' Codes

Notifications You must be signed in to change notification settings

Tribruin/iPhoneModelInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

iPhone Model Info

JSON File with all Apple iPhone Device Type and Color Codes

To add please use the following formats:

Models Object

{ 
    "<deviceType>" : "<Model Name>"
}

Example:

{
    "iPhone12,3" : "iPhone 11 Pro"
}

Color Object

{
 "<deviceType>" : {
     "<color1Identifier>" : "Color 1",
     "<color2Identifier>" : "Color 2", 
     etc....
    }
}

Example:

{
    "iPhone12,3" : {
        "1" : "Space Grey", 
        "2" : "Silver",
        etc...
    }
}

To find the deviceType and color, run the following command from terminal. Note: You must have Apple Configurator 2 installed and install the command line tools

cfgutil -f get cfgutil -f get color deviceType

About

Simple JSON Matrix for iPhone/iPad Model #s and 'color' Codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published