Fix bugs in v4.2.0 release (#268)

* Fix the aspect ratio of iPad Air (4th generation).

* Specify that iPhone 12 Pro (Max) also are sporting a LiDAR sensor.

* Update changelog and bump version to v4.2.1.

* Add links to pull request and issues.

* Fix LiDAR test.
This commit is contained in:
Zandor Smith
2020-10-22 20:00:43 +02:00
committed by GitHub
parent 90b302a082
commit dbddb0296e
7 changed files with 24 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DeviceKit'
s.version = '4.2.0'
s.version = '4.2.1'
s.summary = 'DeviceKit is a µ-framework that provides a value-type replacement of UIDevice.'
s.description = <<-DESC