Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update UIDevice-Hardware.m #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion C01 - Device/02 - UIDevice-Hardware/UIDevice-Hardware.m
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ @implementation UIDevice (Hardware)
iPad2,3 -> iPad 2G, CDMA 3G, K95
iPad2,4 -> iPad 2G, (Smaller chip set) K93a

iPad2,5 -> iPad Mini, Wifi
iPad2,6 -> iPad Mini, GSM 3G
iPad2,7 -> iPad Mini, GSM + CDMA

iPad3,1 -> iPad 3G, WiFi J1
iPad3,2 -> iPad 3G, CDMA J2A, ?J2
iPad3,3 -> iPad 3G, GSM J33
Expand Down Expand Up @@ -318,4 +322,4 @@ - (NSString *) macaddress
printf("Bluetooth %s enabled\n", bluetooth ? "is" : "isn't");
}
*/
@end
@end