Skip to content

Commit

Permalink
Revert "Prepare for 0.58.0 release"
Browse files Browse the repository at this point in the history
This reverts commit ffa1979.
  • Loading branch information
SimplyDanny committed Jan 11, 2025
1 parent 7b80780 commit 5263712
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,11 @@ let package = Package(
)

#if os(macOS)
// TODO: in the next release the artifactbundle is not suffixed with "-macos"
package.targets.append(
.binaryTarget(
name: "SwiftLintBinary",
url: "https://github.com/realm/SwiftLint/releases/download/0.57.1/SwiftLintBinary.artifactbundle.zip",
url: "https://github.com/realm/SwiftLint/releases/download/0.57.1/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "c88bf3e5bc1326d8ca66bc3f9eae786f2094c5172cd70b26b5f07686bb883899"
)
)
Expand Down

0 comments on commit 5263712

Please sign in to comment.