Skip to content

Commit fb4d03f

Browse files
Zandor300claude
andcommitted
Add iPhone 17e and iPad Air (M4) support
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. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 373e974 commit fb4d03f

4 files changed

Lines changed: 73 additions & 14 deletions

File tree

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)