YMTGetDeviceName

5.7.0

Get device name from model number
MasamiYamate/YMTGetDeviceName

What's New

5.7.0

2024-05-27T14:30:23Z

ATTENTION

We plan to discontinue Cocoapods from the next version.

What's Changed

New Contributors

Full Changelog: 5.6.1...5.7.0

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.7.0

Execute the following command

carthage update --platform iOS --use-xcframeworks

Use CocoaPods with Podfile:

This feature will be discontinued in the future. Use is not recommended.

Add to Podfile

pod 'YMTGetDeviceName'

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/05/27 (JST)

Description

  • Swift Tools 5.5.0
View More Packages from this Author

Dependencies

  • None
Last updated: Fri Oct 18 2024 19:00:52 GMT-0900 (Hawaii-Aleutian Daylight Time)