Skip to content

Commit e46be5a

Browse files
Explicit platform versions - as low as it can be
1 parent 1948245 commit e46be5a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Package.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ import PackageDescription
44

55
let package = Package(
66
name: "Rearrange",
7+
platforms: [
8+
.macOS(.v10_13),
9+
.iOS(.v11),
10+
.tvOS(.v11),
11+
.watchOS(.v5),
12+
.macCatalyst(.v13),
13+
],
714
products: [
815
.library(name: "Rearrange", targets: ["Rearrange"]),
916
],

0 commit comments

Comments
 (0)