devicekit / DeviceKit

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

Add missing technical specification and image urls. #272

Closed Zandor300 closed 3 years ago

Zandor300 commented 3 years ago

Following devices were missing technical specifications and image support urls:

This PR also includes the version bump and changelog for the upcoming 4.3.0 release.

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