文件名称:GBDeviceInfo:在运行时检测当前iOS或Mac OS X设备的硬件,软件和显示
文件大小:72KB
文件格式:ZIP
更新时间:2024-03-17 04:06:28
Objective-C
在运行时检测当前iOS或Mac OS X设备的硬件,软件和显示。 的iOS 简单用法(运行iOS 8.1.3的iPhone 6上的示例): [[GBDeviceInfo deviceInfo ] isOperatingSystemAtLeastVersion: @" 8.0 " ]; // #> YES [GBDeviceInfo deviceInfo ].isJailbroken; // #> NO [GBDeviceInfo deviceInfo ].model; // #> GBDeviceModeliPhone6 [GBDeviceInfo deviceInfo ].family; //
【文件预览】:
GBDeviceInfo-master
----GBDeviceInfo.xcworkspace()
--------contents.xcworkspacedata(313B)
--------xcshareddata()
----GBDeviceInfo()
--------GBDeviceInfoTypes_OSX.h(1KB)
--------Supporting Files()
--------GBDeviceInfo.h(920B)
--------GBDeviceInfoTypes_iOS.h(4KB)
--------GBDeviceInfo-Info.plist(944B)
--------GBDeviceInfo_OSX.h(2KB)
--------GBDeviceInfo_iOS.m(21KB)
--------.gitignore(53B)
--------GBDeviceInfo_OSX.m(7KB)
--------GBDeviceInfo_Subclass.h(732B)
--------GBDeviceInfoTypes_Common.h(4KB)
--------GBDeviceInfo_Common.h(1017B)
--------GBDeviceInfo_Common.m(4KB)
--------GBDeviceInfo_iOS.h(1KB)
--------GBDeviceInfoInterface.h(1KB)
----GBDeviceInfoExample()
--------GBDeviceInfoExample()
--------GBDeviceInfoExample.xcodeproj()
--------GBDeviceInfoExampleTests()
----LICENSE(11KB)
----Package.swift(1KB)
----GBDeviceInfo.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(30KB)
--------xcshareddata()
----.gitignore(3KB)
----logo.png(20KB)
----GBDeviceInfo.podspec(2KB)
----README.md(7KB)