In Source/Device.swift.gyb, the following entries currently use applePencilSupport: 234:
iPad17,1
iPad17,2
iPad17,3
iPad17,4
Based on DeviceKit’s encoding, 234 represents:
- Apple Pencil 2nd generation
- Apple Pencil USB-C
- Apple Pencil Pro
Apple’s current compatibility documentation lists Apple Pencil Pro and Apple Pencil USB-C for both M5 iPad Pro sizes, but does not list Apple Pencil 2nd generation:
https://support.apple.com/en-euro/108937
The expected value appears to be 34, matching the existing M4 iPad Pro entries and the Apple compatibility list.
Please update the four M5 iPad Pro records and add or update a regression test covering the Pencil compatibility mapping.
In
Source/Device.swift.gyb, the following entries currently useapplePencilSupport: 234:iPad17,1iPad17,2iPad17,3iPad17,4Based on DeviceKit’s encoding,
234represents:Apple’s current compatibility documentation lists Apple Pencil Pro and Apple Pencil USB-C for both M5 iPad Pro sizes, but does not list Apple Pencil 2nd generation:
https://support.apple.com/en-euro/108937
The expected value appears to be
34, matching the existing M4 iPad Pro entries and the Apple compatibility list.Please update the four M5 iPad Pro records and add or update a regression test covering the Pencil compatibility mapping.