File tree Expand file tree Collapse file tree 5 files changed +99
-22
lines changed Expand file tree Collapse file tree 5 files changed +99
-22
lines changed Original file line number Diff line number Diff line change @@ -35,18 +35,14 @@ jobs:
35
35
strategy :
36
36
matrix :
37
37
platform :
38
- - platform=iOS Simulator,name=iPhone 15 Pro Max
39
- - platform=iOS Simulator,name=iPhone 15 Pro
40
- - platform=iOS Simulator,name=iPhone 15
41
- - platform=iOS Simulator,name=iPhone 15 Plus
42
38
- platform=iOS Simulator,name=iPhone 16 Pro Max
43
39
- platform=iOS Simulator,name=iPhone 16 Pro
44
40
- platform=iOS Simulator,name=iPhone 16
45
41
- platform=iOS Simulator,name=iPhone 16 Plus
46
42
- platform=iOS Simulator,name=iPhone SE (3rd generation)
47
43
- platform=tvOS Simulator,name=Apple TV
48
44
- platform=tvOS Simulator,name=Apple TV 4K (3rd generation)
49
- - platform=watchOS Simulator,name=Apple Watch Series 9 (45mm )
45
+ - platform=watchOS Simulator,name=Apple Watch Series 10 (46mm )
50
46
51
47
steps :
52
48
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 2
2
3
3
## Version 5.6.0
4
4
5
- Releasedate: 2024-12-10
5
+ Releasedate: 2025-03-13
6
6
7
7
``` ruby
8
8
pod ' DeviceKit' , ' ~> 5.6'
9
9
```
10
10
11
- ### New Oktober 2024 devices
11
+ ### New October 2024 devices
12
12
13
- This version adds support for the devices announced in Oktober 2024: ([ 429] ( https://github.com/devicekit/DeviceKit/pull/429 ) )
13
+ This version adds support for the devices announced in October 2024: ([ # 429 ] ( https://github.com/devicekit/DeviceKit/pull/429 ) )
14
14
15
15
| Device | Case value |
16
16
| --- | --- |
17
17
| iPad Mini (A17 Pro) | ` Device.iPadMiniA17Pro ` |
18
18
19
+ ### New February 2025 devices
20
+
21
+ This version adds support for the devices announced in February 2025: ([ #436 ] ( https://github.com/devicekit/DeviceKit/pull/436 ) )
22
+
23
+ | Device | Case value |
24
+ | --- | --- |
25
+ | iPhone 16e | ` Device.iPhone16e ` |
26
+
27
+ ### New March 2025 devices
28
+
29
+ This version adds support for the devices announced in March 2025: ([ #436 ] ( https://github.com/devicekit/DeviceKit/pull/436 ) )
30
+
31
+ | Device | Case value |
32
+ | --- | --- |
33
+ | iPad (A16) | ` Device.iPadA16 ` |
34
+ | iPad Air 11-inch (M3) | ` Device.iPadAir11M3 ` |
35
+ | iPad Air 13-inch (M3) | ` Device.iPadAir13M3 ` |
36
+
19
37
### Fixes
20
38
21
39
- Fix iPhone 16 Plus PPI. ([ #423 ] ( https://github.com/devicekit/DeviceKit/pull/423 ) )
You can’t perform that action at this time.
0 commit comments