* Implement support for new October 2022 iPads.
* Add support urls to iPhone 14 series and September 2022 Apple Watch devices.
* Add changelog entry.
* Version bump. (v4.8.0)
* Change releasedate in changelog.
* Add missing Apple Watch Series 7.
* Initial implementation for iPhone 14.
* Initial implementation for Apple Watch Series 8, Apple Watch SE 2 and Apple Watch Ultra and fix iPhone 14 Plus.
* Add missing device identifiers and fix Apple Watch Series 7 and 8 housing size.
* Add changelog entry for 4.7.0.
* Fix tests.
* Add iPhone SE (3rd generation) and iPad Air (5th generation) support.
* Fix tests.
* Add device identifier for iPhone SE (3rd generation)
* Version bump (4.6.0) and update changelog.
* Fix testIsPhoneIsPadIsPod test.
* Add device identifiers for iPad Air (5th generation)
* Use Python 3 for gyb.
* Adjust release date.
* Add support URL and images for iPhone SE (3rd generation).
* fix release date due to sick leave
* correct version in readme
Co-authored-by: Denise Nepraunig <denise.nepraunig@gmail.com>
* Reverse aspect ratio of iPad Mini (6th generation)
* Add missing support url and images.
* Version bump and changelog entry.
* release date and readme
Co-authored-by: Denise Nepraunig <denise.nepraunig@gmail.com>
* Add support for new September 14th 2021 devices.
* Remove support for Apple Watch Series 7.
Because it will be available on the fall, we won't know device identifiers, so it doesn't make sense to add support yet.
* Added device identifiers for the iPads and iPhones.
* Added Changelog.
* Version bump. (v4.5.0)
* well, I don't really know how to fix this now...
Co-authored-by: Denise Nepraunig <denise.nepraunig@gmail.com>
* Add initial support for iPad Pro (11 inch) (3rd generation) and iPad Pro (12.9 inch) (5th generation).
* Add initial support of Apple TV 4K (2nd generation).
* Add trailing comma to prevent having to change the previous line when new devices get added.
* Update changelog.
* Add device identifiers for both iPad Pros and Apple TV 4K (2nd generation).
* Version bump in Xcode project. (4.4.0)
* Update changelog.
* Update Tests.swift
fix tests for April devices
* podspec 4.4.0
Co-authored-by: Denise Nepraunig <denise.nepraunig@gmail.com>
* 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.
* Add support for all iPhone 12 models and iPad Air (4th generation)
Device identifiers missing for iPhones.
Support link and image missing for iPhones and iPad.
* Bump version to 4.2.0.
* Update changelog.
* Add device identifiers for all iPhone 12.
* Fix Unit tests.
* Update v4.2.0 release date in CHANGELOG.md.
* Add iPad (8th generation) and Apple Watch SE and Series 6
Still missing device identifiers, support URLs and support images.
* Add changelog for 4.1.0 release.
* Add support and image urls and device identifiers for Apple Watch SE/6 and iPad 8
* Update changelog date.
* Fix Apple Watch Series 6 and SE not featuring Force Touch.
* Change minimum iOS deployment target to 9.0.
Support for 8.0 was dropped in Xcode 12.
* Apply recommended settings in Xcode 12.
* Update iOS minimum deployment target to 9.0 in SwiftPM and Cocoapods files as well.
use swiftformat to format source code
new (well, Swift 3) operator syntax (static funcs instead of global ones)
bump version to 1.0.1
new implementation of `isZoomed` (which hopefully works now), this closes#59