DeviceKit
DeviceKit copied to clipboard
DeviceKit is a value-type replacement of UIDevice.
Adds CPU information to all devices, with `Comparable` cpu enum which allows for logic such as: ``` guard Device.current.cpu > Device.iPhone8Plus.cpu else { return 0.0089 } return Device.current.cpu > Device.iPhoneX.cpu...
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.9 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
See #302
iPadOS system name for iPads was taken into account
idfa is also a device-level attribute, can it be supported?
Please Add device Cpu name and clock speed
I got this error in Xcode 14 - beta when integrating using SPM `/SourcePackages/checkouts/DeviceKit/Package.swift: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment...
DeviceKitDynamic for dynamic linking
The commit allow to compile with SwiftPM and if necessary I can make a PR just for this one The second one add models dumped from apple web site There...
Bumps [git](https://github.com/ruby-git/ruby-git) from 1.9.1 to 1.11.0. Release notes Sourced from git's releases. Release v1.11.0 Full Changelog 292087e Supress unneeded test output (#570) 19dfe5e Add support for fetch options "--force/-f" and...