feat(RES-43): Fix du warning magick convert (#16)
All checks were successful
gitea-openium/resgen.swift/pipeline/head This commit looks good
All checks were successful
gitea-openium/resgen.swift/pipeline/head This commit looks good
Reviewed-on: #16
This commit is contained in:
@ -10,7 +10,7 @@ let package = Package(
|
||||
// Dependencies declare other packages that this package depends on.
|
||||
.package(
|
||||
url: "https://github.com/apple/swift-argument-parser",
|
||||
from: "1.0.0"
|
||||
from: "1.5.0"
|
||||
),
|
||||
.package(
|
||||
url: "https://github.com/jpsim/Yams.git",
|
||||
@ -35,7 +35,7 @@ let package = Package(
|
||||
)
|
||||
],
|
||||
plugins: [
|
||||
.plugin(name: "SwiftLint", package: "SwiftLintPlugin")
|
||||
// .plugin(name: "SwiftLint", package: "SwiftLintPlugin")
|
||||
]
|
||||
),
|
||||
|
||||
|
Reference in New Issue
Block a user