mirror of
https://github.com/devicekit/DeviceKit.git
synced 2026-06-16 10:24:30 +00:00
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:
@@ -148,21 +148,21 @@ public enum Device {
|
||||
///
|
||||
/// 
|
||||
case iPhoneSE2
|
||||
/// Device is an [iPhone 12](TODO)
|
||||
/// Device is an [iPhone 12](https://support.apple.com/kb/SP830)
|
||||
///
|
||||
/// 
|
||||
/// 
|
||||
case iPhone12
|
||||
/// Device is an [iPhone 12 mini](TODO)
|
||||
/// Device is an [iPhone 12 mini](https://support.apple.com/kb/SP829)
|
||||
///
|
||||
/// 
|
||||
/// 
|
||||
case iPhone12Mini
|
||||
/// Device is an [iPhone 12 Pro](TODO)
|
||||
/// Device is an [iPhone 12 Pro](https://support.apple.com/kb/SP831)
|
||||
///
|
||||
/// 
|
||||
/// 
|
||||
case iPhone12Pro
|
||||
/// Device is an [iPhone 12 Pro Max](TODO)
|
||||
/// Device is an [iPhone 12 Pro Max](https://support.apple.com/kb/SP832)
|
||||
///
|
||||
/// 
|
||||
/// 
|
||||
case iPhone12ProMax
|
||||
/// Device is an [iPad 2](https://support.apple.com/kb/SP622)
|
||||
///
|
||||
@@ -204,9 +204,9 @@ public enum Device {
|
||||
///
|
||||
/// 
|
||||
case iPad8
|
||||
/// Device is an [iPad Air (4th generation)](TODO)
|
||||
/// Device is an [iPad Air (4th generation)](https://support.apple.com/kb/SP828)
|
||||
///
|
||||
/// 
|
||||
/// 
|
||||
case iPadAir4
|
||||
/// Device is an [iPad Mini](https://support.apple.com/kb/SP661)
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user