Compatibility
- 1.0.3 and main5.35.25.15.04.2
- 1.0.3 and mainiOSmacOS(Intel)macOS(ARM)LinuxtvOSwatchOS
Contains a collection of device identifiers of apple devices
A database of device information which includes a mapping of device model identifiers to names.
Add the following dependency to your Package.swift
:
.package(url: "https://github.com/sersoft-gmbh/apple-device-information.git", from: "1.0.0"),
DeviceInfo
Simply access DeviceInfo.current
and you have access to all information this package currently offers.
For a more detailed documentation of the fields, please have a look at the header docs.
The API is documented using header doc. If you prefer to view the documentation as a webpage, there is an online version available for you.
If you find a bug / like to see a new feature in this package there are a few ways of helping out:
See LICENSE file.