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:
3535 strategy :
3636 matrix :
3737 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
4238 - platform=iOS Simulator,name=iPhone 16 Pro Max
4339 - platform=iOS Simulator,name=iPhone 16 Pro
4440 - platform=iOS Simulator,name=iPhone 16
4541 - platform=iOS Simulator,name=iPhone 16 Plus
4642 - platform=iOS Simulator,name=iPhone SE (3rd generation)
4743 - platform=tvOS Simulator,name=Apple TV
4844 - 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 )
5046
5147 steps :
5248 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 22
33## Version 5.6.0
44
5- Releasedate: 2024-12-10
5+ Releasedate: 2025-03-13
66
77``` ruby
88pod ' DeviceKit' , ' ~> 5.6'
99```
1010
11- ### New Oktober 2024 devices
11+ ### New October 2024 devices
1212
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 ) )
1414
1515| Device | Case value |
1616| --- | --- |
1717| iPad Mini (A17 Pro) | ` Device.iPadMiniA17Pro ` |
1818
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+
1937### Fixes
2038
2139- 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