Skip to content

Commit e527ccc

Browse files
authored
Merge pull request #225 from cashapp/bump-min-macos-version
Add a minimum macOS version that matches the SnapshotTesting dependency
2 parents e0ec1c6 + 5655f8e commit e527ccc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ let package = Package(
88
defaultLocalization: "en",
99
platforms: [
1010
.iOS(.v13),
11+
.macOS(.v10_15),
1112
],
1213
products: [
1314
// Core + SnapshotTesting for image comparison

0 commit comments

Comments
 (0)