devicekit / DeviceKit

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

modify add calculated attributes with return to a SensorHousing Device #277

Closed lilong-git closed 3 years ago

lilong-git commented 3 years ago

add isFullScreendevice & allFullScreenDevices

devicekit-danger-bot commented 3 years ago
3 Warnings
:warning: Plist changed, don’t forget to localize your plist values
:warning: Source/Device.generated.swift#L760 - Prefer non-optional booleans over optional booleans.
:warning: Source/Device.generated.swift#L1495 - Prefer empty collection over optional collection.

SwiftLint found issues

Warnings

File Line Reason
Device.generated.swift 760 Prefer non-optional booleans over optional booleans.
Device.generated.swift 1495 Prefer empty collection over optional collection.

Generated by :no_entry_sign: Danger