devicekit / DeviceKit

DeviceKit is a value-type replacement of UIDevice.
MIT License
4.39k stars 425 forks source link

Support for new May 2024 devices. #412

Closed Zandor300 closed 1 month ago

Zandor300 commented 2 months ago

Add support for the new May 2024 devices:

Fixes https://github.com/devicekit/DeviceKit/issues/413

github-actions[bot] commented 1 month ago
8 Warnings
:warning: Plist changed, don't forget to localize your plist values
:warning: Source/Device.generated.swift#L652 - TODOs should be resolved (Replace with proper implementa…).
todo Device.generated.swift:652
:warning: Source/Device.generated.swift#L1193 - TODOs should be resolved (Replace with proper implementa…).
todo Device.generated.swift:1193
:warning: Source/Device.generated.swift#L1439 - TODOs should be resolved (Replace with proper implementa…).
todo Device.generated.swift:1439
:warning: Source/Device.generated.swift#L1599 - TODOs should be resolved (Replace with proper implementa…).
todo Device.generated.swift:1599
:warning: Source/Device.generated.swift#L1739 - TODOs should be resolved (Replace with proper implementa…).
todo Device.generated.swift:1739
:warning: Source/Device.generated.swift#L2399 - TODOs should be resolved (Replace with proper implementa…).
todo Device.generated.swift:2399
:warning: Source/Device.generated.swift#L2455 - TODOs should be resolved (Replace with proper implementa…).
todo Device.generated.swift:2455

SwiftLint found issues

Warnings

File Line Reason
Tests.swift 487 Collection literals should not have trailing commas. (trailing_comma)
Tests.swift 550 Collection literals should not have trailing commas. (trailing_comma)
Tests.swift 634 Collection literals should not have trailing commas. (trailing_comma)
Tests.swift 662 Collection literals should not have trailing commas. (trailing_comma)
Device.generated.swift 652 TODOs should be resolved (Replace with proper implementa...). (todo)
Device.generated.swift 1193 TODOs should be resolved (Replace with proper implementa...). (todo)
Device.generated.swift 1439 TODOs should be resolved (Replace with proper implementa...). (todo)
Device.generated.swift 1599 TODOs should be resolved (Replace with proper implementa...). (todo)
Device.generated.swift 1739 TODOs should be resolved (Replace with proper implementa...). (todo)
Device.generated.swift 2399 TODOs should be resolved (Replace with proper implementa...). (todo)
Device.generated.swift 2455 TODOs should be resolved (Replace with proper implementa...). (todo)

Generated by :no_entry_sign: Danger