Skip to content
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

Merged
merged 6 commits into from
Oct 21, 2020
Merged

Conversation

Zandor300
Copy link
Member

@Zandor300 Zandor300 commented Oct 13, 2020

  • Version increase
  • Update changelog

iPhones

  • iPhone 12
  • iPhone 12 mini
  • iPhone 12 Pro
  • iPhone 12 Pro Max

Tasks:

  • Device Identifiers
  • Support Technical Specifications Links*
  • Support Images*

iPad

  • iPad Air (4th generation)

Tasks:

  • Device Identifier
  • Support Technical Specifications Link*
  • Support Image*

*Support Technical Specs and Image will be added later in favor of an earlier release.

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)
Copy link

@devicekit-danger-bot devicekit-danger-bot Oct 14, 2020

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)
Copy link

@devicekit-danger-bot devicekit-danger-bot Oct 14, 2020

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)
Copy link

@devicekit-danger-bot devicekit-danger-bot Oct 14, 2020

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)
Copy link

@devicekit-danger-bot devicekit-danger-bot Oct 14, 2020

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)
Copy link

@devicekit-danger-bot devicekit-danger-bot Oct 14, 2020

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)
Copy link

@devicekit-danger-bot devicekit-danger-bot Oct 14, 2020

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)
Copy link

@devicekit-danger-bot devicekit-danger-bot Oct 14, 2020

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)
Copy link

@devicekit-danger-bot devicekit-danger-bot Oct 14, 2020

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)
Copy link

@devicekit-danger-bot devicekit-danger-bot Oct 14, 2020

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)
Copy link

@devicekit-danger-bot devicekit-danger-bot Oct 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ TODOs should be resolved ()).

@devicekit-danger-bot
Copy link

devicekit-danger-bot commented Oct 14, 2020

3 Warnings
⚠️ Plist changed, don’t forget to localize your plist values
⚠️ Source/Device.generated.swift#L760 - Prefer non-optional booleans over optional booleans.
⚠️ Source/Device.generated.swift#L1495 - Prefer empty collection over optional collection.

SwiftLint found issues

Warnings

File Line Reason
Device.generated.swift 760 Prefer non-optional booleans over optional booleans.
Device.generated.swift 1495 Prefer empty collection over optional collection.
Device.generated.swift 151 TODOs should be resolved ()).
Device.generated.swift 153 TODOs should be resolved ()).
Device.generated.swift 155 TODOs should be resolved ()).
Device.generated.swift 157 TODOs should be resolved ()).
Device.generated.swift 159 TODOs should be resolved ()).
Device.generated.swift 161 TODOs should be resolved ()).
Device.generated.swift 163 TODOs should be resolved ()).
Device.generated.swift 165 TODOs should be resolved ()).
Device.generated.swift 207 TODOs should be resolved ()).
Device.generated.swift 209 TODOs should be resolved ()).

Generated by 🚫 Danger

@Tulleb
Copy link

Tulleb commented Oct 21, 2020

Xcode 12.1 is out guys! Hope this MR will follow soon 😇
Thank you for the amazing work!

@denisenepraunig
Copy link
Collaborator

Xcode 12.1 is out guys! Hope this MR will follow soon 😇
Thank you for the amazing work!

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.

@AgileFlex
Copy link

Xcode 12.1 is out guys! Hope this MR will follow soon 😇
Thank you for the amazing work!

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 👏

Copy link
Collaborator

@denisenepraunig denisenepraunig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @Zandor300 😊👍

@denisenepraunig denisenepraunig merged commit 8dfc093 into master Oct 21, 2020
@denisenepraunig denisenepraunig deleted the october-2020-devices branch October 21, 2020 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants