Skip to content

Commit 5eee5be

Browse files
committed
Updated package platforms
1 parent 1cab059 commit 5eee5be

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

Package.swift

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,9 @@ import PackageDescription
77
let package = Package(
88
name: "TimecodeKit",
99
defaultLocalization: "en",
10-
platforms: {
11-
#if swift(>=5.9)
12-
[.macOS(.v10_13), .iOS(.v12), .tvOS(.v12), .watchOS(.v4), .visionOS(.v1)]
13-
#else
14-
[.macOS(.v10_12), .iOS(.v9), .tvOS(.v9), .watchOS(.v2)]
15-
#endif
16-
}(),
10+
platforms: [
11+
.macOS(.v10_13), .iOS(.v12), .tvOS(.v12), .watchOS(.v4), .visionOS(.v1)
12+
],
1713
products: [
1814
.library(name: "TimecodeKit", targets: ["TimecodeKit"]),
1915
.library(name: "TimecodeKitCore", type: .static, targets: ["TimecodeKitCore"]),
@@ -60,7 +56,7 @@ let package = Package(
6056
)
6157
]
6258
),
63-
59+
6460
// core unit tests
6561
.testTarget(
6662
name: "TimecodeKitCoreTests",

0 commit comments

Comments
 (0)