DeviceKit
DeviceKit copied to clipboard
DeviceKit is a value-type replacement of UIDevice.
Hi When I try to generate an .app bundle (representing a iOS Simulator build of your app) for uploading to Appetize ( https://support.appetize.io/help/how-to-upload-an-app-to-appetize-io ), using Xcode, it works perfectly if...
here is a suggestion: insert a string representation of the enum Device. ``` public enum Device: String { ... case iPodTouch5 = "iPod Touch 5th gen" ... } ``` then...
How about we add the device vendor identifier? ```UIDevice.current.identifierForVendor!.uuidString```
Could you add bool vars such as `hasTapticEngine` and `hasHapticFeedback`? Thank you.
**AFAIK -** 1. All iPads can't vibrate, and lack proximity sensors 2. Products without a physical audio port(3.5mm jack): - iPhone 7 - iPhone 7 Plus - iPhone X -...
isSimulator for Apple TV Fixes #220
...i created Pull request for this
Self-explanatory
When using SwiftPM and doing https://github.com/devicekit/DeviceKit/pull/217 I want to have swift file generated on any template change and I find it very useful so I share it Just install fswatch...