diff --git a/Package.resolved b/Package.resolved index 3b86eda..d2724bd 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,33 +1,6 @@ { - "originHash" : "8884c441497e975df09f61623af071e1bae5263aecb75e690c43e8c84a3b6406", + "originHash" : "fefad5efa8b121e6b225e36f51cdbb2700a721bb796dfd80c9bb53e105eaaf4f", "pins" : [ - { - "identity" : "ably-cocoa", - "kind" : "remoteSourceControl", - "location" : "https://github.com/ably/ably-cocoa", - "state" : { - "revision" : "7f639c609e50053abd4590f34333f9472645558a", - "version" : "1.2.33" - } - }, - { - "identity" : "delta-codec-cocoa", - "kind" : "remoteSourceControl", - "location" : "https://github.com/ably/delta-codec-cocoa", - "state" : { - "revision" : "3ee62ea40a63996b55818d44b3f0e56d8753be88", - "version" : "1.3.3" - } - }, - { - "identity" : "msgpack-objective-c", - "kind" : "remoteSourceControl", - "location" : "https://github.com/rvi/msgpack-objective-C", - "state" : { - "revision" : "3e36b48e04ecd756cb927bd5f5b9bf6d45e475f9", - "version" : "0.4.0" - } - }, { "identity" : "swift-argument-parser", "kind" : "remoteSourceControl", @@ -45,15 +18,6 @@ "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 5761278..534edf0 100644 --- a/Package.swift +++ b/Package.swift @@ -18,8 +18,8 @@ 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/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"), ],