使用UiDevice获取设备信息:
let name = UIDevice.currentDevice().name@H_404_8@
let systemName = UIDevice.currentDevice().systemName@H_404_8@
获取系统版本
let systemVersion = UIDevice.currentDevice().systemVersion@H_404_8@
获取设备模型
let model = UIDevice.currentDevice().model@H_404_8@
获取设备本地模型
let localizedModel = UIDevice.currentDevice().localizedModel@H_404_8@
Swift获取Bundle的相关信息: