We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9e199 commit d88ba44Copy full SHA for d88ba44
CHANGELOG.md
@@ -1,5 +1,24 @@
1
# Changelog
2
3
+## Version 5.3.0
4
+
5
+Releasedate: 2024-05-21
6
7
+```ruby
8
+pod 'DeviceKit', '~> 5.3'
9
+```
10
11
+### New May 2024 devices
12
13
+This version adds support for the devices announced at the May 2024 Apple Event: ([#412](https://github.com/devicekit/DeviceKit/pull/412))
14
15
+| Device | Case value |
16
+| --- | --- |
17
+| iPad Air (11-inch) (M2) | `Device.iPadAir11M2` |
18
+| iPad Air (13-inch) (M2) | `Device.iPadAir13M2` |
19
+| iPad Pro (11-inch) (M4) | `Device.iPadPro11M4` |
20
+| iPad Pro (13-inch) (M4) | `Device.iPadPro13M4` |
21
22
## Version 5.2.4
23
24
Releasedate: 2024-04-30
0 commit comments