Skip to content

Commit

Permalink
relax version requirements for hshelpers
Browse files Browse the repository at this point in the history
aligns with hobbyist package
  • Loading branch information
ConfusedVorlon committed May 5, 2024
1 parent 80d0bb8 commit 9dd6a37
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,8 +7,8 @@ let package = Package(
name: "HSHelpers",
platforms: [
.macOS(.v10_13),
.iOS(.v13),
.tvOS(.v13)
.iOS(.v12),
.tvOS(.v12)
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
Expand Down

0 comments on commit 9dd6a37

Please sign in to comment.