Skip to content

Commit

Permalink
bisect packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Aug 2, 2024
1 parent 0d50735 commit 6328ded
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 39 deletions.
38 changes: 1 addition & 37 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
],
Expand Down

0 comments on commit 6328ded

Please sign in to comment.