Added tvOS Apple TV 4G friendly name
This closes #248 Thanks to https://github.com/gusc
This commit is contained in:
parent
71e14bed95
commit
100c8a3cbc
@ -345,6 +345,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
|
||||
|
||||
@ -369,6 +370,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…
x
Reference in New Issue
Block a user