Skip to content

Commit a3e81ce

Browse files
committed
add more platforms (why not?)
1 parent 9ff9c8d commit a3e81ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Macros/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import CompilerPluginSupport
88

99
let package = Package(
1010
name: "SwiftifyImport",
11-
platforms: [.macOS(.v11)],
11+
platforms: [.macOS(.v11), .iOS(.v15), .tvOS(.v15), .watchOS(.v8)],
1212
products: [
1313
.library(
1414
name: "SwiftifyImport",

0 commit comments

Comments
 (0)