Device
Device copied to clipboard
Light weight tool for detecting the current device and screen size written in swift.
Hi! Given the number of issues open and the absence of support for the last iOS devices (iPhone 13), I wanted to ask if this project is still being maintained?
This allows usage of Device with Swift Package Manager. Some build conditions are added to allow a single product and target for iOS and macOS.
Pretty much the title. Trying to migrate from Cocoapods -> SPM, looks like all we need is the manifest file.
Added Swift Package Manager support.
- iPhone 13 series - iPad 9th - iPad mini 6th - iPad Pro 11 inch 3rd - iPad Pro 12.9 inch 5th
I'm sorry its not the arruino. It's the Orange pi 3 that I am have issues with. When I turn it on it goes into a white screen even though...
iPhone 12 Mini: 5.4" with 1080×2340 pixels iPhone 12 / 12 Pro: 6.1" with 1170×2532 pixels iPhone 12 Pro Max: 6.7" with 1284×2778 pixels
Added a fue lines of code to support the iPad mini 5: In `version.swift` added: `case iPadMini5` In `device.swift` added: `case "iPad11,1", "iPad11,2": return .iPadMini5`
Device