Skip to content

Commit 33686a0

Browse files
[skip ci] Utilities/format.py
1 parent 7abf25e commit 33686a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import class Foundation.ProcessInfo
66

77
let DarwinPlatforms: [Platform]
88
#if swift(<5.9)
9-
DarwinPlatforms = [.macOS, .iOS, .watchOS, .tvOS]
9+
DarwinPlatforms = [.macOS, .iOS, .watchOS, .tvOS]
1010
#else
11-
DarwinPlatforms = [.macOS, .iOS, .watchOS, .tvOS, .visionOS]
11+
DarwinPlatforms = [.macOS, .iOS, .watchOS, .tvOS, .visionOS]
1212
#endif
1313

1414
let package = Package(
@@ -82,7 +82,7 @@ let package = Package(
8282
],
8383
exclude: ["CMakeLists.txt"],
8484
swiftSettings: [
85-
.define("SYSTEM_PACKAGE_DARWIN", .when(platforms: DarwinPlatforms)),
85+
.define("SYSTEM_PACKAGE_DARWIN", .when(platforms: DarwinPlatforms))
8686
]
8787
),
8888

0 commit comments

Comments
 (0)