Skip to content

Commit c0c2224

Browse files
fabianfetttomerd
andauthored
Remove unused macOS(.v10_12) platform requirement (#71)
Co-authored-by: tomer doron <tomerd@apple.com>
1 parent 8f61d72 commit c0c2224

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Package.swift

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

55
let package = Package(
66
name: "swift-service-lifecycle",
7-
platforms: [
8-
.macOS(.v10_12),
9-
],
107
products: [
118
.library(name: "Lifecycle", targets: ["Lifecycle"]),
129
.library(name: "LifecycleNIOCompat", targets: ["LifecycleNIOCompat"]),

0 commit comments

Comments
 (0)