Created
December 20, 2012 09:37
-
-
Save deltheil/4344175 to your computer and use it in GitHub Desktop.
Apple platform types
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Taken from https://github.com/erica/uidevice-extension/blob/master/UIDevice-Hardware.m | |
iFPGA -> ?? | |
iPhone1,1 -> iPhone 1G, M68 | |
iPhone1,2 -> iPhone 3G, N82 | |
iPhone2,1 -> iPhone 3GS, N88 | |
iPhone3,1 -> iPhone 4/AT&T, N89 | |
iPhone3,2 -> iPhone 4/Other Carrier?, ?? | |
iPhone3,3 -> iPhone 4/Verizon, TBD | |
iPhone4,1 -> (iPhone 4S/GSM), TBD | |
iPhone4,2 -> (iPhone 4S/CDMA), TBD | |
iPhone4,3 -> (iPhone 4S/???) | |
iPhone5,1 -> iPhone Next Gen, TBD | |
iPhone5,1 -> iPhone Next Gen, TBD | |
iPhone5,1 -> iPhone Next Gen, TBD | |
iPod1,1 -> iPod touch 1G, N45 | |
iPod2,1 -> iPod touch 2G, N72 | |
iPod2,2 -> Unknown, ?? | |
iPod3,1 -> iPod touch 3G, N18 | |
iPod4,1 -> iPod touch 4G, N80 | |
iPad1,1 -> iPad 1G, WiFi and 3G, K48 | |
iPad2,1 -> iPad 2G, WiFi, K93 | |
iPad2,2 -> iPad 2G, GSM 3G, K94 | |
iPad2,3 -> iPad 2G, CDMA 3G, K95 | |
iPad3,1 -> (iPad 3G, WiFi) | |
iPad3,2 -> (iPad 3G, GSM) | |
iPad3,3 -> (iPad 3G, CDMA) | |
iPad4,1 -> (iPad 4G, WiFi) | |
iPad4,2 -> (iPad 4G, GSM) | |
iPad4,3 -> (iPad 4G, CDMA) | |
AppleTV2,1 -> AppleTV 2, K66 | |
AppleTV3,1 -> AppleTV 3, ?? | |
i386, x86_64 -> iPhone Simulator |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment