All Projects → MasamiYamate → YMTGetDeviceName

MasamiYamate / YMTGetDeviceName

Licence: MIT license
Get device name from model number

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to YMTGetDeviceName

Stpopup
STPopup provides STPopupController, which works just like UINavigationController in popup style, for both iPhone and iPad. It's written in Objective-C and compatible with Swift.
Stars: ✭ 2,517 (+9222.22%)
Mutual labels:  iphone, ipad
Pulley
A library to imitate the iOS 10 Maps UI.
Stars: ✭ 1,928 (+7040.74%)
Mutual labels:  iphone, ipad
Filesystem
FileSystem is an application that allows you to browse the content of your iPhone disk, displaying file and folders, files contents, and detailed informations about file and folder permissions.
Stars: ✭ 148 (+448.15%)
Mutual labels:  iphone, ipad
Shukofukurou-iOS
The Ultimate Open Source AniList, Kitsu, and MyAnimeList Tracker for iOS/iPadOS written in Objective-C
Stars: ✭ 29 (+7.41%)
Mutual labels:  iphone, ipad
Ios
IRCCloud iOS App
Stars: ✭ 243 (+800%)
Mutual labels:  iphone, ipad
SwiftyJot
Use your finger to annotate images.
Stars: ✭ 14 (-48.15%)
Mutual labels:  iphone, ipad
Hls Vod
HTTP Live Streaming with on-the-fly encoding of any video file for Web/Apple TV/iPhone/iPad/iPod
Stars: ✭ 221 (+718.52%)
Mutual labels:  iphone, ipad
Ioctocat
iOctocat v1 - GitHub for iOS (works on the iPhone, iPad, and iPod Touch)
Stars: ✭ 1,665 (+6066.67%)
Mutual labels:  iphone, ipad
Chipagecontrol
A set of cool animated page controls written in Swift to replace boring UIPageControl. Mady by @ChiliLabs - https://chililabs.io
Stars: ✭ 2,909 (+10674.07%)
Mutual labels:  iphone, ipad
Mcpicker Ios
McPicker is a customizable, closure driven UIPickerView drop-in solution with animations that is rotation ready.
Stars: ✭ 186 (+588.89%)
Mutual labels:  iphone, ipad
Apple Device Model List
All Apple devices model name list. 通过内部编号判断 iOS 设备型号。
Stars: ✭ 149 (+451.85%)
Mutual labels:  iphone, ipad
SignTools-CI
Sign iOS apps on demand using CI. Part of: https://github.com/SignTools/SignTools
Stars: ✭ 145 (+437.04%)
Mutual labels:  iphone, ipad
Unwrap
Learn Swift interactively on your iPhone.
Stars: ✭ 1,992 (+7277.78%)
Mutual labels:  iphone, ipad
Uicollectionviewsplitlayout
UICollectionViewSplitLayout makes collection view more responsive.
Stars: ✭ 226 (+737.04%)
Mutual labels:  iphone, ipad
Inappviewdebugger
A UIView debugger (like Reveal or Xcode) that can be embedded in an app for on-device view debugging
Stars: ✭ 1,805 (+6585.19%)
Mutual labels:  iphone, ipad
Ios
OwnTracks' iPhone App
Stars: ✭ 222 (+722.22%)
Mutual labels:  iphone, ipad
A2hs.js
📲 A useful modern JavaScript solution that helps your website users to add (install) a progressive web application (PWA) to the Home Screen of their mobile iOS devices.
Stars: ✭ 113 (+318.52%)
Mutual labels:  iphone, ipad
Appleapnpush
Send push notification to Apple Devices (iPhone, iPad)
Stars: ✭ 134 (+396.3%)
Mutual labels:  iphone, ipad
Clendar
Clendar - universal calendar app. Written in SwiftUI. Available on App Store
Stars: ✭ 153 (+466.67%)
Mutual labels:  iphone, ipad
Stpopuppreview
An alternative peek preview for non 3D Touch devices. Inspired by Instagram.
Stars: ✭ 202 (+648.15%)
Mutual labels:  iphone, ipad

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

Execute the following command

carthage update --platform iOS --use-xcframeworks

Use CocoaPods with Podfile:

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].