Skip to content

Commit 373e974

Browse files
CopilotZandor300
andauthored
Add M5 iPad Pro models (#467)
* Initial plan * Add M5 iPad Pro models and M5 CPU definition Co-authored-by: Zandor300 <6069593+Zandor300@users.noreply.github.com> # Conflicts: # CHANGELOG.md # Source/Device.generated.swift * Add tests for M5 iPad Pro models and M5 CPU Co-authored-by: Zandor300 <6069593+Zandor300@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Zandor300 <6069593+Zandor300@users.noreply.github.com>
1 parent 95956b8 commit 373e974

File tree

4 files changed

+61
-13
lines changed

4 files changed

+61
-13
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,19 @@
44

55
### New devices
66

7-
- Add support for Apple Watch SE (3rd generation) ([#473](https://github.com/devicekit/DeviceKit/issues/473))
7+
- Add support for M5 iPad Pro models. ([#467](https://github.com/devicekit/DeviceKit/pull/467))
8+
- Add support for Apple Watch SE (3rd generation) ([#473](https://github.com/devicekit/DeviceKit/pull/473))
89

910
| Device | Case value |
1011
| --- | --- |
12+
| iPad Pro 11-inch (M5) | `Device.iPadPro11M5` |
13+
| iPad Pro 13-inch (M5) | `Device.iPadPro13M5` |
1114
| Apple Watch SE (3rd generation) 40mm | `Device.appleWatchSE3_40mm` |
1215
| Apple Watch SE (3rd generation) 44mm | `Device.appleWatchSE3_44mm` |
1316

1417
### Bug fixes
1518

16-
- Fixed iPhone Air incorrectly marked as having ultra-wide camera. ([#463](https://github.com/devicekit/DeviceKit/issues/463))
19+
- Fixed iPhone Air incorrectly marked as having ultra-wide camera. ([#463](https://github.com/devicekit/DeviceKit/pull/463))
1720

1821
## Version 5.7.0
1922

0 commit comments

Comments
 (0)