Skip to content

Commit

Permalink
Support for new May 2024 devices. (#412)
Browse files Browse the repository at this point in the history
* Initial implementation of support for new May 2024 devices.

* Update Apple Pencil support.

* Update iPad device names and device identifiers.

* Rename new iPads enum values.

* Fix line inset.

* Fix tests after new devices added.

* Add changelog.

* Update changelog about extra ApplePencilSupport.
  • Loading branch information
Zandor300 committed May 22, 2024
1 parent 82b1686 commit 1d30c24
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 42 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## Version 5.3.0

Releasedate: 2024-05-21

```ruby
pod 'DeviceKit', '~> 5.3'
```

### New May 2024 devices

This version adds support for the devices announced at the May 2024 Apple Event: ([#412](https://github.com/devicekit/DeviceKit/pull/412))

| Device | Case value |
| --- | --- |
| iPad Air (11-inch) (M2) | `Device.iPadAir11M2` |
| iPad Air (13-inch) (M2) | `Device.iPadAir13M2` |
| iPad Pro (11-inch) (M4) | `Device.iPadPro11M4` |
| iPad Pro (13-inch) (M4) | `Device.iPadPro13M4` |

### New features

- Added `ApplePencilSupport.firstGenerationUsbC` and `ApplePencilSupport.pro`. ([#412](https://github.com/devicekit/DeviceKit/pull/412))

## Version 5.2.4

Releasedate: 2024-04-30
Expand Down
Loading

0 comments on commit 1d30c24

Please sign in to comment.