惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
H
Help Net Security
Jina AI
Jina AI
V
V2EX
G
Google Developers Blog
B
Blog
GbyAI
GbyAI
U
Unit 42
爱范儿
爱范儿
腾讯CDC
Engineering at Meta
Engineering at Meta
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
宝玉的分享
宝玉的分享
小众软件
小众软件
D
DataBreaches.Net
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
博客园 - 聂微东
The Cloudflare Blog
I
InfoQ
Microsoft Azure Blog
Microsoft Azure Blog
Hugging Face - Blog
Hugging Face - Blog
大猫的无限游戏
大猫的无限游戏

博客园 - hikoming

Privacy Policy for Hurry Pee PhotoTool Compress/Remove EXIF Privacy Policy for PhotoTool Compress/Remove EXIF Privacy Policy for Units Converter Pro7 Units Converter Pro7 - Convert Any Unit Privacy Policy for DigitalPet DigitalPet-Tamagotchi in watch Privacy Policy for DiceRoll 3D DiceRoll on watch two dice 无痕换字(TextGhost) 隐私政策 无痕改字-AI智能替换 Privacy Policy for EasyCalc EasyCalc: Calculate Anything, Effortlessly.* 让 go build 生成的可执行文件对 Mac、linux、Windows 平台一致 yii2-验证规则,rules,判断条件 关于html5调用手机相机(原创) (iOS)开发中收集的小方法 (iOS)关于@property和@synthesize的理解(原创) 我的iOS-App Xcode的Architectures、Valid Architectures和Build Active Architecture Only属性(原创)
IOS设备型号(原创)
hikoming · 2014-04-14 · via 博客园 - hikoming

以下是我收集的ios目前为止移动设备型号,ipad air不知道,本人没有这款设备,求指导的给个回复,在这谢谢了

///** ////////////////////   设备类型 字符串   ////////////////////  */

/// SIMULATOR

#define SIMULATOR        @"simulator"

#define SIMULATOR_i386   @"i386"      // on the simulator

#define SIMULATOR_iPad   @"x86_64"

/// IPOD_TOUCH

#define IPOD_TOUCH_1     @"iPod1,1"   // on iPod Touch

#define IPOD_TOUCH_2     @"iPod2,1"   // on iPod Touch Second Generation

#define IPOD_TOUCH_3     @"iPod3,1"   // on iPod Touch Third Generation

#define IPOD_TOUCH_4     @"iPod4,1"   // on iPod Touch Fourth Generation

#define IPOD_TOUCH_5     @"iPod5,1"   // on iPod Touch Fifth Generation

/// IPHONE

#define IPHONE_1         @"iPhone1,1" // on iPhone

#define IPHONE_1_3G      @"iPhone1,2" // on iPhone 3G

#define IPHONE_2_3GS     @"iPhone2,1" // on iPhone 3GS

#define IPHONE_4         @"iPhone3,1" // on iPhone 4

#define IPHONE_4S        @"iPhone4,1" // on iPhone 4S

#define IPHONE_5_        @"iPhone5,1"// on iPhone 5 (model A1428, AT&T/Canada)

#define IPHONE_5         @"iPhone5,2"// on iPhone 5 (model A1429, everything else)

/// IPAD

#define IPAD_1           @"iPad1,1"   // on iPad

#define IPAD_2           @"iPad2,1"   // on iPad 2

#define IPAD_3           @"iPad3,1"   // on 3rd Generation iPad-The New ipad

#define IPAD_4           @"iPad3,4"   // on 4th Generation iPad

/// IPAD_MINI

#define IPAD_MINI        @"iPad2,5"   // on iPad Mini

#define IPAD_MINI_2      @"iPad4,4"   // on iPad Mini2

====================================

github上别人分享的设备型号大全,感谢dcty。

https://github.com/InderKumarRathore/UIDevice-Hardware/blob/master/UIDevice%2BHardware.m