All Versions
28
Latest Version
Avg Release Cycle
49 days
Latest Release
-

Changelog History
Page 1

  • v4.7.0 Changes

    ๐Ÿš€ 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
  • v4.6.1 Changes

    ๐Ÿš€ Releasedate: 2022-07-15

    pod 'DeviceKit', '~> 4.6'
    

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes Carthage support. (#288)
  • v4.6.0 Changes

    ๐Ÿš€ 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
  • v4.5.2 Changes

    ๐Ÿš€ 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)
  • v4.5.1 Changes

    ๐Ÿš€ Releasedate: 2021-10-15

    pod 'DeviceKit', '~> 4.5'
    

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix iPad mini (6th generation) screen size and aspect ratio. (#294)
  • v4.5.0 Changes

    ๐Ÿš€ Releasedate: 2021-09-16

    pod 'DeviceKit', '~> 4.5'
    

    ๐Ÿ†• 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.
  • v4.4.0 Changes

    ๐Ÿš€ 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
  • v4.3.0 Changes

    ๐Ÿš€ 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)
  • v4.2.1 Changes

    October 22, 2020

    ๐Ÿš€ Releasedate: 2020-10-22

    pod 'DeviceKit', '~> 4.2'
    

    ๐Ÿš€ This version fixes a couple of bugs introduced in the v4.2.0 release:

    • Device.allDevicesWithALidarSensor didn't include iPhone 12 Pro and iPhone 12 Pro Max. (#268 #266)
    • Device.iPadAir4.screenRatio returned an invalid screen ratio. (#268 #267)
  • v4.2.0 Changes

    October 21, 2020

    ๐Ÿš€ This release will add support for the October 2020 devices. (#262)

    • iPad Air (4th generation)
    • iPhone 12
    • iPhone 12 mini
    • iPhone 12 Pro
    • iPhone 12 Pro Max

    ๐Ÿš€ The technical identifiers are there. Images and support links will be added in a feature release. Thanks @Zandor300 ๐ŸŽ‰.