Skip to content

Commit 052f935

Browse files
stephencelisniilohlin
authored andcommitted
Revert stricter platform requirements (pointfreeco#698)
Fixes pointfreeco#697. With 1.10.0, a change bumped the platform requirements, but this is hopefully not necessary.
1 parent 5eb2d75 commit 052f935

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import PackageDescription
44
let package = Package(
55
name: "swift-snapshot-testing",
66
platforms: [
7-
.iOS(.v13),
8-
.macOS(.v10_15),
9-
.tvOS(.v13)
7+
.iOS(.v11),
8+
.macOS(.v10_10),
9+
.tvOS(.v10),
1010
],
1111
products: [
1212
.library(

0 commit comments

Comments
 (0)