Skip to content

Commit

Permalink
Added iPhone 7 and 7 Plus friendly names
Browse files Browse the repository at this point in the history
This closes #251
  • Loading branch information
shazron committed Sep 16, 2016
1 parent e72626a commit 0090892
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ios-deploy/ios-deploy.m
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,10 @@ const CFStringRef get_device_hardware_name(const AMDeviceRef device) {
GET_FRIENDLY_MODEL_NAME(model, "N69AP", "iPhone SE")
GET_FRIENDLY_MODEL_NAME(model, "N69uAP", "iPhone SE")

GET_FRIENDLY_MODEL_NAME(model, "D10AP", "iPhone 7")
GET_FRIENDLY_MODEL_NAME(model, "D101AP", "iPhone 7")
GET_FRIENDLY_MODEL_NAME(model, "D11AP", "iPhone 7 Plus")
GET_FRIENDLY_MODEL_NAME(model, "D111AP", "iPhone 7 Plus")


return model;
Expand Down

0 comments on commit 0090892

Please # to comment.