-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for October 2020 devices #262
Conversation
Device identifiers missing for iPhones. Support link and image missing for iPhones and iPad.
@@ -148,6 +148,22 @@ 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODOs should be resolved ()). |
@@ -148,6 +148,22 @@ 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) | |||
/// | |||
/// ![Image](TODO) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODOs should be resolved ()). |
/// | ||
/// ![Image](TODO) | ||
case iPhone12 | ||
/// Device is an [iPhone 12 mini](TODO) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODOs should be resolved ()). |
case iPhone12 | ||
/// Device is an [iPhone 12 mini](TODO) | ||
/// | ||
/// ![Image](TODO) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODOs should be resolved ()). |
/// | ||
/// ![Image](TODO) | ||
case iPhone12Mini | ||
/// Device is an [iPhone 12 Pro](TODO) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODOs should be resolved ()). |
case iPhone12Mini | ||
/// Device is an [iPhone 12 Pro](TODO) | ||
/// | ||
/// ![Image](TODO) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODOs should be resolved ()). |
/// | ||
/// ![Image](TODO) | ||
case iPhone12Pro | ||
/// Device is an [iPhone 12 Pro Max](TODO) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODOs should be resolved ()). |
case iPhone12Pro | ||
/// Device is an [iPhone 12 Pro Max](TODO) | ||
/// | ||
/// ![Image](TODO) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODOs should be resolved ()). |
@@ -188,6 +204,10 @@ 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODOs should be resolved ()). |
@@ -188,6 +204,10 @@ 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) | |||
/// | |||
/// ![Image](TODO) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODOs should be resolved ()). |
SwiftLint found issuesWarnings
Generated by 🚫 Danger |
Xcode 12.1 is out guys! Hope this MR will follow soon 😇 |
Thanks @Tulleb 😊. You are right. We've been waiting for support images and links and therefore we didn't release yet. We decided to release the technical part (device identifiers) earlier and add the other things when they are available. Should be done today. |
This is great news @denisenepraunig 👏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @Zandor300 😊👍
iPhones
Tasks:
Support Technical Specifications Links*Support Images*iPad
Tasks:
Support Technical Specifications Link*Support Image**Support Technical Specs and Image will be added later in favor of an earlier release.