Skip to content

Commit 354737a

Browse files
authored
Add iPhone 17e and iPad Air (M4) support (#486)
Add support for the newly announced iPhone 17e (iPhone18,5) and iPad Air M4 in both 11-inch (iPad16,8-9) and 13-inch (iPad16,10-11) variants.
1 parent 373e974 commit 354737a

File tree

4 files changed

+73
-14
lines changed

4 files changed

+73
-14
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@
66

77
- Add support for M5 iPad Pro models. ([#467](https://github.com/devicekit/DeviceKit/pull/467))
88
- Add support for Apple Watch SE (3rd generation) ([#473](https://github.com/devicekit/DeviceKit/pull/473))
9+
- Add support for iPhone 17e and iPad Air (M4)
910

1011
| Device | Case value |
1112
| --- | --- |
1213
| iPad Pro 11-inch (M5) | `Device.iPadPro11M5` |
1314
| iPad Pro 13-inch (M5) | `Device.iPadPro13M5` |
1415
| Apple Watch SE (3rd generation) 40mm | `Device.appleWatchSE3_40mm` |
1516
| Apple Watch SE (3rd generation) 44mm | `Device.appleWatchSE3_44mm` |
17+
| iPhone 17e | `Device.iPhone17e` |
18+
| iPad Air (11-inch) (M4) | `Device.iPadAir11M4` |
19+
| iPad Air (13-inch) (M4) | `Device.iPadAir13M4` |
1620

1721
### Bug fixes
1822

0 commit comments

Comments
 (0)