wbond / DeviceUtil

For Swift please visit DeviceGuru(https://github.com/InderKumarRathore/DeviceGuru)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please use DeviceGuru Library, it is its swift version and also has some extra feature.

If you still want to use Objective C lib then please expect some delays in version roll out. And you might need to raise PRs to update this repo. I'm dividing my focus on both libs and not doing justice with both of them. I just want to focus on swift library going forward in 2022.

DeviceUtil helps identifying the exact harware type of the device. e.g. iPhone 6 or iPhone 6s.

  • Easy to use
  • Light weight

From version 4.0.2 it can also identify the simulator type, whether it's iPhone XR or iPhone 6

Installation

Go to https://cocoapods.org
Search for DeviceUtil lib
Copy the pod dependency and add that to your pod file. e.g.

pod 'DeviceUtil'

Usage

DeviceUtil *deviceUtil = [[DeviceUtil alloc] init];
if ([deviceUtil hardware] == IPHONE_5C) {
NSLog(@"Device is iPhone 5c");
}

Development

Want to contribute? Great! Just update the GeneratorDevice.plist

Then

cd Generator
./main.swift

The above command will auto generate the required code

Send the pull request 🚀

License

MIT

About

For Swift please visit DeviceGuru(https://github.com/InderKumarRathore/DeviceGuru)

License:MIT License


Languages

Language:Objective-C 61.8%Language:C 19.7%Language:Swift 16.4%Language:Ruby 2.1%