File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,10 @@ - (instancetype)init {
72
72
73
73
_hasCorners = _hasNotch || [_machine hasPrefix: @" iPad8" ]
74
74
|| [_machine hasPrefix: @" iPad13" ]
75
- // || [_machine hasPrefix:@"iPad14"]
76
- // || [_machine hasPrefix:@"iPad16"]
75
+ || [_machine hasPrefix: @" iPad14" ]
76
+ || [_machine hasPrefix: @" iPad16" ]
77
+ || [marketingName containsString: @" (M2)" ]
78
+ || [marketingName containsString: @" (M4)" ]
77
79
|| [marketingName hasPrefix: @" Mac" ];
78
80
79
81
_hasAppleSilicon = [marketingName hasPrefix: @" iPad Pro (11-inch) (3rd generation)" ]
Original file line number Diff line number Diff line change @@ -118,8 +118,10 @@ enum KBDevice {
118
118
// | 19 | iPad Pro 12" 6th-gen | 1366 | 1024 | 1590 | tab |
119
119
// | 20 | iPad Air 11" M2 | 1180 | | 1373 | tab |
120
120
// | 21 | iPad Air 13" M2 | 1366 | 1024 | 1590 | tab |
121
- // | 22 | iPad Pro 11" M4 | 1210 | | 1408 | tab |
121
+ // | 22 | iPad Pro 11" M4 17.4 | 1194 | | 1408 | tab |
122
+ // | 22 | iPad Pro 11" M4 17.5 | 1210 | | 1408 | tab |
122
123
// | 23 | iPad Pro 13" M4 | 1376 | 1032 | 1600 | tab |
124
+ // | 23'| iPad Pro 13" M4 17.4 | 1366 | 1024 | 1590 | tab |
123
125
// +----+----------------------+------+------+------+-----+
124
126
125
127
switch wideSideSize {
You can’t perform that action at this time.
0 commit comments