Skip to content

Commit cef5b3f

Browse files
authored
Revert stricter platform requirements (#698)
Fixes #697. With 1.10.0, a change bumped the platform requirements, but this is hopefully not necessary.
1 parent 7438026 commit cef5b3f

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)