Skip to content

Commit

Permalink
Merge pull request #4 from antranapp/fix_version
Browse files Browse the repository at this point in the history
Fix minimum platform version to match swift-snapshot-testing package
  • Loading branch information
alexey1312 authored Sep 25, 2022
2 parents a636ac6 + 5fb7337 commit a282334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import Foundation
let package = Package(
name: "SnapshotTestingHEIC",
platforms: [
.iOS(.v11),
.iOS(.v13),
.macOS(.v10_15),
.tvOS(.v10)
.tvOS(.v13)
],
products: [
.library(
Expand Down

0 comments on commit a282334

Please sign in to comment.