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 iPhone 14 Devices via new SnapshotTestingExtensions target #241

Merged
merged 11 commits into from
Apr 16, 2024
Prev Previous commit
Next Next commit
Remove extra spaces
Co-authored-by: Christopher Fuller <christopher.fuller@gotinder.com>
tinder-garricnahapetian and tinder-cfuller authored Apr 16, 2024
commit 1279da93591928e112a5c337d68a1aa0197f0be1
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ let package = Package(
name: "LayoutTests",
dependencies: [
"Layout",
"SnapshotTestingExtensions",
"SnapshotTestingExtensions",
"Nimble",
.product(name: "SnapshotTesting", package: "swift-snapshot-testing"),
],
4 changes: 2 additions & 2 deletions Package@swift-5.10.swift
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ let package = Package(
name: "SnapshotTestingExtensions",
dependencies: [
.product(name: "SnapshotTesting", package: "swift-snapshot-testing"),
],
],
swiftSettings: .swiftSettings,
plugins: [
.plugin(name: SwiftLint.plugin),
@@ -50,7 +50,7 @@ let package = Package(
name: "LayoutTests",
dependencies: [
"Layout",
"SnapshotTestingExtensions",
"SnapshotTestingExtensions",
"Nimble",
.product(name: "SnapshotTesting", package: "swift-snapshot-testing"),
],
4 changes: 2 additions & 2 deletions Package@swift-5.9.swift
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ let package = Package(
name: "SnapshotTestingExtensions",
dependencies: [
.product(name: "SnapshotTesting", package: "swift-snapshot-testing"),
],
],
swiftSettings: .swiftSettings,
plugins: [
.plugin(name: SwiftLint.plugin),
@@ -50,7 +50,7 @@ let package = Package(
name: "LayoutTests",
dependencies: [
"Layout",
"SnapshotTestingExtensions",
"SnapshotTestingExtensions",
"Nimble",
.product(name: "SnapshotTesting", package: "swift-snapshot-testing"),
],