Skip to content

Commit 8641446

Browse files
committed
Raised minimum supported OS versions
1 parent a68d49d commit 8641446

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import PackageDescription
55
let package = Package(
66
name: "InterposeKit",
77
platforms: [
8-
.iOS(.v12),
9-
.macOS(.v10_13),
10-
.tvOS(.v12),
11-
.watchOS(.v5)
8+
.iOS(.v13),
9+
.macOS(.v10_15),
10+
.tvOS(.v13),
11+
.watchOS(.v6)
1212
],
1313
products: [
1414
.library(

0 commit comments

Comments
 (0)