We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff9c8d commit a3e81ceCopy full SHA for a3e81ce
lib/Macros/Package.swift
@@ -8,7 +8,7 @@ import CompilerPluginSupport
8
9
let package = Package(
10
name: "SwiftifyImport",
11
- platforms: [.macOS(.v11)],
+ platforms: [.macOS(.v11), .iOS(.v15), .tvOS(.v15), .watchOS(.v8)],
12
products: [
13
.library(
14
0 commit comments