Skip to content

Commit ee2b4e5

Browse files
committed
bump min versions for macOS to 10.15 and iOS to 13
1 parent 82274ad commit ee2b4e5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Package.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ import PackageDescription
33

44
let package = Package(
55
name: "WebWorkerKit",
6+
platforms: [
7+
.macOS("10.15"),
8+
.iOS(.v13),
9+
],
610
products: [
711
.library(
812
name: "WebWorkerKit",

0 commit comments

Comments
 (0)