Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 353 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 353 Bytes

Apple mobile device identifiers

Identifiers and product names for Apple mobile devices.

Usage

import "github.com/petoc/amdi"
amdi.Is("iPhone1,1")     // true
amdi.Name("iPhone1,1")   // iPhone

Source

Apple_mobile_device_types.txt (https://gist.github.com/adamawolf/3048717)

License

Licensed under MIT license.