Skip to content

Commit

Permalink
Explicit platform versions - as low as it can be
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Apr 6, 2024
1 parent 1948245 commit e46be5a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ import PackageDescription

let package = Package(
name: "Rearrange",
platforms: [
.macOS(.v10_13),
.iOS(.v11),
.tvOS(.v11),
.watchOS(.v5),
.macCatalyst(.v13),
],
products: [
.library(name: "Rearrange", targets: ["Rearrange"]),
],
Expand Down

0 comments on commit e46be5a

Please sign in to comment.