Skip to content

Commit

Permalink
Merge pull request #1 from stedurso/feature/SwiftLintXcode-plugin-dis…
Browse files Browse the repository at this point in the history
…able

SwiftLintXcode plugin disabled.
  • Loading branch information
malcommac authored Nov 9, 2022
2 parents 65dedd8 + e552b0b commit 07de809
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,17 @@ var targets: [Target] = [
#if os(iOS) || os(watchOS) || os(tvOS) || os(macOS)
targets.insert(contentsOf: [
// Specify where to download the compiled swiftlint tool from
.binaryTarget(
name: "SwiftLintBinary",
url: "https://github.com/juozasvalancius/SwiftLint/releases/download/spm-accommodation/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "cdc36c26225fba80efc3ac2e67c2e3c3f54937145869ea5dbcaa234e57fc3724"
),
// Define the SPM plugin
.plugin(
name: "SwiftLintXcode",
capability: .buildTool(),
dependencies: ["SwiftLintBinary"]
),
// .binaryTarget(
// name: "SwiftLintBinary",
// url: "https://github.com/juozasvalancius/SwiftLint/releases/download/spm-accommodation/SwiftLintBinary-macos.artifactbundle.zip",
// checksum: "cdc36c26225fba80efc3ac2e67c2e3c3f54937145869ea5dbcaa234e57fc3724"
// ),
// // Define the SPM plugin
// .plugin(
// name: "SwiftLintXcode",
// capability: .buildTool(),
// dependencies: ["SwiftLintBinary"]
// ),
.target(
name: "Glider",
dependencies: ["CSQLiteGlider"],
Expand Down

0 comments on commit 07de809

Please sign in to comment.