Added tvOS Apple TV 4G friendly name
This closes #248 Thanks to https://github.com/gusc
This commit is contained in:
parent
b4b17cc722
commit
99efb11c3d
@ -333,6 +333,7 @@ const CFStringRef get_device_hardware_name(const AMDeviceRef device) {
|
||||
GET_FRIENDLY_MODEL_NAME(model, "K66AP", "Apple TV 2G")
|
||||
GET_FRIENDLY_MODEL_NAME(model, "J33AP", "Apple TV 3G")
|
||||
GET_FRIENDLY_MODEL_NAME(model, "J33IAP", "Apple TV 3.1G")
|
||||
GET_FRIENDLY_MODEL_NAME(model, "J42dAP", "Apple TV 4G")
|
||||
|
||||
// iPhone
|
||||
|
||||
@ -357,6 +358,8 @@ const CFStringRef get_device_hardware_name(const AMDeviceRef device) {
|
||||
GET_FRIENDLY_MODEL_NAME(model, "N66mAP", "iPhone 6s Plus")
|
||||
GET_FRIENDLY_MODEL_NAME(model, "N69AP", "iPhone SE")
|
||||
|
||||
|
||||
|
||||
return model;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user