From b57440b4e7e29608d9dd5d8c9658f4ebcca48743 Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Fri, 2 Aug 2024 17:08:56 +0100 Subject: [PATCH] remove the tools --- Package.resolved | 20 +------------------- Package.swift | 2 -- 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/Package.resolved b/Package.resolved index bd1a9c91..18c2c7de 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "c439e098601989f67bd2c29a4864484dc4ec12c7727f42cae88c55264aa77869", + "originHash" : "f6b591fa76437494c2609ca1208b8583cbc3debe5e659be06bdcb7bc4bb5e457", "pins" : [ { "identity" : "ably-cocoa", @@ -36,24 +36,6 @@ "revision" : "41982a3656a71c768319979febd796c6fd111d5c", "version" : "1.5.0" } - }, - { - "identity" : "swiftformat", - "kind" : "remoteSourceControl", - "location" : "https://github.com/nicklockwood/SwiftFormat", - "state" : { - "revision" : "d6309f7440889427426143b4a0b100b959d3f3e6", - "version" : "0.54.3" - } - }, - { - "identity" : "swiftlintplugins", - "kind" : "remoteSourceControl", - "location" : "https://github.com/SimplyDanny/SwiftLintPlugins", - "state" : { - "revision" : "b8431a26655378581890d56b95a0b59aba9f62da", - "version" : "0.55.1" - } } ], "version" : 3 diff --git a/Package.swift b/Package.swift index 2aabb43a..b6ea2843 100644 --- a/Package.swift +++ b/Package.swift @@ -19,8 +19,6 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/ably/ably-cocoa", from: "1.2.0"), - .package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: "0.55.1"), - .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.54.0"), .package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"), ], targets: [