Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
bump min versions for macOS to 10.15 and iOS to 13
  • Loading branch information
reckjn committed May 16, 2025
commit ee2b4e56e22dc0dde150c0cde4801d410658fc5b
4 changes: 4 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ import PackageDescription

let package = Package(
name: "WebWorkerKit",
platforms: [
.macOS("10.15"),
.iOS(.v13),
],
products: [
.library(
name: "WebWorkerKit",
Expand Down