Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Jul 4, 2024
1 parent 2de533c commit ef4f24e
Showing 1 changed file with 3 additions and 27 deletions.
30 changes: 3 additions & 27 deletions Sources/SnapshotTesting/SnapshotTestingConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public struct SnapshotTestingConfiguration: Sendable {
message: "Use '.all' instead of 'true', and '.missing' instead of 'false'."
)
@available(
visionOS,
visionOS,
deprecated: 9999,
message: "Use '.all' instead of 'true', and '.missing' instead of 'false'."
)
Expand All @@ -223,32 +223,8 @@ extension SnapshotTestingConfiguration.Record: ExpressibleByBooleanLiteral {
}

@available(
iOS,
deprecated: 9999,
renamed: "SnapshotTestingConfiguration.DiffTool.default",
message: "Use '.default' instead of a 'nil' value for 'diffTool'."
)
@available(
macOS,
deprecated: 9999,
renamed: "SnapshotTestingConfiguration.DiffTool.default",
message: "Use '.default' instead of a 'nil' value for 'diffTool'."
)
@available(
tvOS,
deprecated: 9999,
renamed: "SnapshotTestingConfiguration.DiffTool.default",
message: "Use '.default' instead of a 'nil' value for 'diffTool'."
)
@available(
watchOS,
deprecated: 9999,
renamed: "SnapshotTestingConfiguration.DiffTool.default",
message: "Use '.default' instead of a 'nil' value for 'diffTool'."
)
@available(
visionOS,
deprecated: 9999,
*,
deprecated,
renamed: "SnapshotTestingConfiguration.DiffTool.default",
message: "Use '.default' instead of a 'nil' value for 'diffTool'."
)
Expand Down

0 comments on commit ef4f24e

Please sign in to comment.