| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-03 | 1.7 kB | |
| Release 5.8.0 source code.tar.gz | 2026-03-03 | 73.2 kB | |
| Release 5.8.0 source code.zip | 2026-03-03 | 85.2 kB | |
| Totals: 3 Items | 160.1 kB | 0 | |
Releasedate: 2026-03-03
:::ruby
pod 'DeviceKit', '~> 5.8'
New devices
- Add support for M5 iPad Pro models. (#467)
- Add support for Apple Watch SE (3rd generation) (#473)
- Add support for iPhone 17e and iPad Air (M4)
| Device | Case value |
|---|---|
| iPad Pro 11-inch (M5) | Device.iPadPro11M5 |
| iPad Pro 13-inch (M5) | Device.iPadPro13M5 |
| Apple Watch SE (3rd generation) 40mm | Device.appleWatchSE3_40mm |
| Apple Watch SE (3rd generation) 44mm | Device.appleWatchSE3_44mm |
| iPhone 17e | Device.iPhone17e |
| iPad Air (11-inch) (M4) | Device.iPadAir11M4 |
| iPad Air (13-inch) (M4) | Device.iPadAir13M4 |
Bug fixes
- Fixed iPhone Air incorrectly marked as having ultra-wide camera. (#463)
- Fixed Apple Pencil compatibility for M4 iPad Pro, M2/M3 iPad Air, iPad (10th gen), and iPad (A16) models. (#474)
- Fixed
ApplePencilSupportOptionSet raw values so that.firstGenerationUsbCno longer incorrectly overlaps with.firstGenerationand.secondGeneration. (#474) - Fixed naming of iPad mini devices to match Apple's official naming (lowercase "mini"). (#458)
- Exclude unhandled files (
Info.plist,Device.swift.gyb) to suppress SPM warnings. (#484) - Fixed M5 iPad Pro device identifiers and added image URLs. (#480)