Skip to content

Commit 076170a

Browse files
committed
Apply swift-format and lint fixes
1 parent 6892c9f commit 076170a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Package.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
// swift-tools-version:6.2
1+
// swift-tools-version: 6.2
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
55

66
let package = Package(
77
name: "swift-cssom",
88
platforms: [
9-
.macOS(.v15),
10-
.iOS(.v18),
11-
.tvOS(.v18),
12-
.watchOS(.v11),
13-
.macCatalyst(.v18)
9+
.macOS(.v26),
10+
.iOS(.v26),
11+
.tvOS(.v26),
12+
.watchOS(.v26),
13+
.visionOS(.v26),
1414
],
1515
products: [
1616
.library(

0 commit comments

Comments
 (0)