Skip to content

Commit

Permalink
Merge pull request #225 from cashapp/bump-min-macos-version
Browse files Browse the repository at this point in the history
Add a minimum macOS version that matches the SnapshotTesting dependency
  • Loading branch information
jmesmith authored Nov 11, 2024
2 parents e0ec1c6 + 5655f8e commit e527ccc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ let package = Package(
defaultLocalization: "en",
platforms: [
.iOS(.v13),
.macOS(.v10_15),
],
products: [
// Core + SnapshotTesting for image comparison
Expand Down

0 comments on commit e527ccc

Please sign in to comment.