Support for iPhone 16 models and Apple Watch Series 10. (#417)

* Initial support for iPhone 16 models and Apple Watch Series 10.

* Version bump. (v5.5.0)

* Add missing device identifiers for new September 2024 devices.

* Fix unit tests after adding new devices.
This commit is contained in:
Zandor Smith
2024-09-20 21:23:05 +02:00
committed by GitHub
parent 5757447e9f
commit 2b4327177f
7 changed files with 173 additions and 33 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DeviceKit'
s.version = '5.4.0'
s.version = '5.5.0'
s.summary = 'DeviceKit is a µ-framework that provides a value-type replacement of UIDevice.'
s.description = <<-DESC