Skip to content

Commit a282334

Browse files
authored
Merge pull request #4 from antranapp/fix_version
Fix minimum platform version to match swift-snapshot-testing package
2 parents a636ac6 + 5fb7337 commit a282334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import Foundation
77
let package = Package(
88
name: "SnapshotTestingHEIC",
99
platforms: [
10-
.iOS(.v11),
10+
.iOS(.v13),
1111
.macOS(.v10_15),
12-
.tvOS(.v10)
12+
.tvOS(.v13)
1313
],
1414
products: [
1515
.library(

0 commit comments

Comments
 (0)