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 4d1b401 commit b19cf07Copy full SHA for b19cf07
Package.swift
@@ -27,12 +27,12 @@ let package = Package(
27
name: "FusionAuth",
28
dependencies: [
29
.product(name: "AppAuth", package: "AppAuth-iOS")
30
- ],
31
- plugins: [.plugin(name: "SwiftLintBuildToolPlugin", package: "SwiftLint")]
+ ]
32
),
33
.testTarget(
34
name: "FusionAuthTests",
35
- dependencies: ["FusionAuth"]
+ dependencies: ["FusionAuth"],
+ plugins: [.plugin(name: "SwiftLintBuildToolPlugin", package: "SwiftLint")]
36
37
]
38
)
0 commit comments