Add missing technical specification and image urls. (#272)

* Add support urls and images for iPhone 12, 12 Pro and iPad Air (4th gen)

* Fix iPhone 12 Pro Max and iPhone 12 mini tech specs and support image urls.

* Version bump to 4.3.0 and added changelog entry.
This commit is contained in:
Zandor Smith
2021-02-12 22:50:55 +01:00
committed by GitHub
parent fd3ccfca24
commit 96387ccbef
5 changed files with 31 additions and 18 deletions
+10 -10
View File
@@ -148,21 +148,21 @@ public enum Device {
///
/// ![Image](https://support.apple.com/library/APPLE/APPLECARE_ALLGEOS/SP820/iphone-se-2nd-gen_2x.png)
case iPhoneSE2
/// Device is an [iPhone 12](TODO)
/// Device is an [iPhone 12](https://support.apple.com/kb/SP830)
///
/// ![Image](TODO)
/// ![Image](https://support.apple.com/library/APPLE/APPLECARE_ALLGEOS/SP830/sp830-iphone12-ios14_2x.png)
case iPhone12
/// Device is an [iPhone 12 mini](TODO)
/// Device is an [iPhone 12 mini](https://support.apple.com/kb/SP829)
///
/// ![Image](TODO)
/// ![Image](https://support.apple.com/library/APPLE/APPLECARE_ALLGEOS/SP829/sp829-iphone12mini-ios14_2x.png)
case iPhone12Mini
/// Device is an [iPhone 12 Pro](TODO)
/// Device is an [iPhone 12 Pro](https://support.apple.com/kb/SP831)
///
/// ![Image](TODO)
/// ![Image](https://support.apple.com/library/APPLE/APPLECARE_ALLGEOS/SP831/iphone12pro-ios14_2x.png)
case iPhone12Pro
/// Device is an [iPhone 12 Pro Max](TODO)
/// Device is an [iPhone 12 Pro Max](https://support.apple.com/kb/SP832)
///
/// ![Image](TODO)
/// ![Image](https://support.apple.com/library/APPLE/APPLECARE_ALLGEOS/SP832/iphone12promax-ios14_2x.png)
case iPhone12ProMax
/// Device is an [iPad 2](https://support.apple.com/kb/SP622)
///
@@ -204,9 +204,9 @@ public enum Device {
///
/// ![Image](https://support.apple.com/library/APPLE/APPLECARE_ALLGEOS/SP822/sp822-ipad-8gen_2x.png)
case iPad8
/// Device is an [iPad Air (4th generation)](TODO)
/// Device is an [iPad Air (4th generation)](https://support.apple.com/kb/SP828)
///
/// ![Image](TODO)
/// ![Image](https://support.apple.com/library/APPLE/APPLECARE_ALLGEOS/SP828/sp828ipad-air-ipados14-960_2x.png)
case iPadAir4
/// Device is an [iPad Mini](https://support.apple.com/kb/SP661)
///