DeviceKit v4.1.0 Release Notes

Release Date: 2020-09-21 // over 3 years ago
  • ๐Ÿš€ Releasedate: 2020-09-21

    pod 'DeviceKit', :git => 'https://github.com/devicekit/DeviceKit.git', :branch => 'master'
    #pod 'DeviceKit', '~> 4.1'
    

    ๐Ÿš€ This release will add support for the September 2020 devices, which will be released on the 18th of September: (#256)

    • iPad (8th generation)
    • Apple Watch Series 6
    • Apple Watch SE ```swift Device.iPad8

    Device.appleWatchSeries6_40mm Device.appleWatchSeries6_44mm

    Device.appleWatchSE_40mm Device.appleWatchSE_44mm

    
    ๐Ÿ‘Œ Support for iPad Air (4th generation) will be added in a later version since it will be a long time before we know its device identifiers.