Skip to content

Commit a949115

Browse files
committed
Merge branch 'pull/new-ipads' of https://github.com/phatblat/countly-server
2 parents 515ba4c + 587c24a commit a949115

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

frontend/express/public/javascripts/countly/countly.device.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,12 @@
278278
case "iPad3,6":
279279
fullName = "iPad 4 (Global)";
280280
break;
281+
case "iPad4,1":
282+
fullName = "iPad Air (WiFi)";
283+
break;
284+
case "iPad4,2":
285+
fullName = "iPad Air (Global)";
286+
break;
281287
case "iPad2,5":
282288
fullName = "iPad Mini (WiFi)";
283289
break;
@@ -287,6 +293,12 @@
287293
case "iPad2,7":
288294
fullName = "iPad Mini (Global)";
289295
break;
296+
case "iPad4,4":
297+
fullName = "iPad Mini 2G (WiFi)";
298+
break;
299+
case "iPad4,5":
300+
fullName = "iPad Mini 2G (Global)";
301+
break;
290302
case "i386":
291303
fullName = "Simulator";
292304
break;

0 commit comments

Comments
 (0)