Releases: devicekit/DeviceKit
Version 4.9.0
Releasedate: 2022-11-01
pod 'DeviceKit', '~> 4.9'
Apple TV 4K (3rd generation) support.
This version adds support for the new Apple TV (3rd generation) that is released on the 4th of November 2022. (#335)
Device | Case value |
---|---|
Apple TV 4K (3rd generation) | Device.appleTV4K3 |
New features
- Add ability to get current device's thermal state. (#332)
Bugfixes
- Fix Apple Watch Series 7 device identifier being incorrect. (#329)
Contributors
Thanks to all the contributers of this release!
Release 4.8.0 - New October 2022 devices
Version 4.8.0
Releasedate: 2022-10-28
pod 'DeviceKit', '~> 4.8'
New October 2022 devices
This version adds support for the devices that were released in October 2022: (#334)
Device | Case value |
---|---|
iPad (10th generation) | Device.iPad10 |
iPad Pro 11-inch (4th generation) | Device.iPadPro11Inch4 |
iPad Pro 12.9-inch (6th generation) | Device.iPadPro12Inch6 |
Release 4.7.0 - New September 2022 devices
Version 4.7.0
Releasedate: 2022-09-13
pod 'DeviceKit', '~> 4.7'
New September 2022 devices
This version adds support for the devices announced at the September 2022 Apple Event: (#324)
Device | Case value |
---|---|
iPhone 14 | Device.iPhone14 |
iPhone 14 Plus | Device.iPhone14Plus |
iPhone 14 Pro | Device.iPhone14Pro |
iPhone 14 Pro Max | Device.iPhone14ProMax |
Apple Watch Series 7 (Missing from DeviceKit, from last year) | Device.appleWatchSeries7_41mm , Device.appleWatchSeries7_45mm |
Apple Watch Series 8 | Device.appleWatchSeries8_41mm , Device.appleWatchSeries8_45mm |
Apple Watch SE (2nd generation) | Device.appleWatchSE2_40mm , Device.appleWatchSE2_44mm |
Apple Watch Ultra | Device.appleWatchUltra |
Bugfixes
Fix the Device.systemName
property which now returns iPadOS
instead of iOS
when running on an iPad. (#283)
Version 4.6.1 - Fixes Carthage Support
Version 4.6.1
Releasedate: 2022-07-15
pod 'DeviceKit', '~> 4.6'
Fixes
- Fixes Carthage support. (#288)
Version 4.6.0 - New March 2022 devices
Version 4.6.0
Releasedate: 2022-03-18
pod 'DeviceKit', '~> 4.6'
New March 2022 devices
This version adds support for the devices announced at the March 2022 Apple Event: (#286)
Device | Case value |
---|---|
iPhone SE (3rd generation) | Device.iPhoneSE3 |
iPad Air (5th generation) | Device.iPadAir5 |
Thanks @Zandor300!
Version 4.5.2
Version 4.5.2
Releasedate: 2021-10-24
pod 'DeviceKit', '~> 4.5'
Fixes
- Fix iPad mini (6th generation) screen size and aspect ratio again. (#300)
- Add missing device support URLs and images. (#300)
Thanks @Zandor300 for the fix, thanks @oTranAnhMinh for raising the issue.
Version 4.5.1
Releasedate: 2021-10-15
pod 'DeviceKit', '~> 4.5'
Fixes
- Fix iPad mini (6th generation) screen size and aspect ratio. (#294)
@Zandor300 thank you for the fix 🎉, thank you @rokgregoric for reporting it!
Version 4.5.0
New September 2021 devices
This version adds support for the devices announced at the September 2021 Apple Event: (#286)
Device | Case value |
---|---|
iPhone 13 | Device.iPhone13 |
iPhone 13 mini | Device.iPhone13Mini |
iPhone 13 Pro | Device.iPhone13Pro |
iPhone 13 Pro Max | Device.iPhone13ProMax |
iPad (9th generation) | Device.iPad9 |
iPad mini (6th generation) | Device.iPadMini6 |
Changes
- Switched from Travis CI to GitHub Actions.
Version 4.4.0
Releasedate: 2021-04-29
pod 'DeviceKit', '~> 4.4'
This version adds support for the devices announced at the April 2021 Apple Event: (#279)
- iPad Pro (11-inch) (3rd generation)
Device.iPadPro11Inch3
- iPad Pro (12.9-inch) (5th generation)
Device.iPadPro12Inch5
- Apple TV 4K (2nd generation)
Device.appleTV4K2
Thanks @Zandor300 🎉
Version 4.3.0
Releasedate: 2021-02-12
pod 'DeviceKit', '~> 4.3'
This version adds support for the Simulator running on Apple Silicon and fixes documentation:
- Support for running in Simulator on Apple Silicon. (#273)
- Fix tech specs link and images for iPhone 12 models and iPad Air (4th generation). (#272)
Thanks @Zandor300 and @felixII for your contributions!