-
Notifications
You must be signed in to change notification settings - Fork 435
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
Support for new May 2024 devices. #412
Conversation
d88ba44
to
fff4b7e
Compare
.iPadPro12Inch6 | ||
.iPadPro12Inch6, | ||
.iPadPro11M4, | ||
.iPadPro13M4, |
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.
Collection literals should not have trailing commas.trailing_comma Tests.swift:487 |
.iPadPro12Inch6 | ||
.iPadPro12Inch6, | ||
.iPadPro11M4, | ||
.iPadPro13M4, |
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.
Collection literals should not have trailing commas.trailing_comma Tests.swift:550 |
.iPadPro12Inch6 | ||
.iPadPro12Inch6, | ||
.iPadPro11M4, | ||
.iPadPro13M4, |
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.
Collection literals should not have trailing commas.trailing_comma Tests.swift:634 |
.iPadPro12Inch6 | ||
.iPadPro12Inch6, | ||
.iPadPro11M4, | ||
.iPadPro13M4, |
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.
Collection literals should not have trailing commas.trailing_comma Tests.swift:662 |
SwiftLint found issuesWarnings
Generated by 🚫 Danger |
* master: Version bump. (v5.4.0) Add unknown orientation variant (devicekit#411) Version bump. (v5.3.1) Fix path for PrivacyInfo.xcprivacy in test target. Process Privacy manifest instead of copy on SPM. (devicekit#409) Version bump. (v5.3.0) Support for new May 2024 devices. (devicekit#412) Fix ruby version not found. (devicekit#414) Version bump. (v5.2.4) Enable MERGEABLE_LIBRARY. (devicekit#407) Update cocoapods to v1.15.2 in Gemfile. Release 5.2.3 fix: Use cocoapod resource_bundles for PrivacyInfo (devicekit#397) Fix building for visionOS. (devicekit#390) Fix building SwiftUI previews on macOS. (devicekit#389) Release 5.2.1 (devicekit#385) Fix PrivacyInfo.xcprivacy not being detected on SPM. (devicekit#384) Update swift-tools-version in Package.swift to 5.3 to support Resource files. (devicekit#381) # Conflicts: # Source/Device.swift.gyb
Add support for the new May 2024 devices:
Fixes #413