DeviceKit
DeviceKit copied to clipboard
DeviceKit is a value-type replacement of UIDevice.
We integrate DeviceKit 5.2.3 via Swift Package Manager (SPM). Upon upload for review to the AppStore we receive the mail by Apple with the warning about missing API declaration for...
Fixes https://github.com/devicekit/DeviceKit/issues/401
i'm using this open source very well! Thank you to all the contenters. However, there is a function that I would like to add. Why not add properties that provide...
Several errors were found with devices and added some missing ones. iPhone 14 Plus PPI is wrong iPhone 14 Pro Max PPI is wrong iPhone 15 Plus PPI is wrong...
Starting with Xcode 15, Apple introduced the concept of a [mergeable library](https://developer.apple.com/videos/play/wwdc2023/10268). These are meant to replace the dichotomy of static and dynamic libraries. They provide the flexibility of dynamic...
When I add **DeviceKit** to my project, Swift highlights it with this warning: > Module 'DeviceKit' was not compiled with library evolution support; using it means binary compatibility for 'MyFramework'...
Might fix https://github.com/devicekit/DeviceKit/issues/408.
I am just wondering when DeviceKit will be Swift 6 compliant. On my import for DeviceKit I get the following suggestion. > Add '@preconcurrency' to suppress 'Sendable'-related warnings from module...
Hi, When integrating the DeviceKit via SPM, I am facing the below error. skipping cache due to an error: https://github.com/devicekit/DeviceKit: The repository could not be found. Make sure a valid...
After installing DeviceKit, I'm unable to run my app via the simulator. I get "Build failed because DeviceKit.swiftmodule is not built for arm64, please try a run destination with a...