/YMTGetDeviceName

Get device name from model number

Primary LanguageSwiftMIT LicenseMIT

YMTGetDeviceName

This framework is get device name from model number.

Description

Standard UIDevice can only distinguish iPhone or iPad.
This framework is get device name from model number.

Installation

Use Swift Package Manager

Use Carthage

Add to Cartfile

github "MasamiYamate/YMTGetDeviceName" ~> 5.8.0

Execute the following command

carthage update --platform iOS --use-xcframeworks

How to use

Import

import YMTGetDeviceName

Get device name

print(YMTGetDeviceName.getDeviceName())

Q&A

What is the range of supported devices?

Supports iOS devices up to 2024/09/18 (JST)