Skip to content

Commit

Permalink
Merge pull request #164 from ably/switch-back-to-cocoa-version
Browse files Browse the repository at this point in the history
Updated to minimum version supporting chat v2.
  • Loading branch information
maratal authored Nov 28, 2024
2 parents bec6bfc + c9e3b7a commit 5676cac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions AblyChat.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"originHash" : "1ad2d7338668d15feccbf564582941161acd47349bfca8f34374e11c69677ae8",
"originHash" : "1d806168af5c6dfac34494fc5941d89fb9d4f96e4803f3a16742053db45c2b49",
"pins" : [
{
"identity" : "ably-cocoa",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ably/ably-cocoa",
"state" : {
"branch" : "main",
"revision" : "5a9b7ba3395ce24a002d552edcb395263fba961d"
"revision" : "aca9a7c00abb7eacda8d90dcff75372a60360e7d",
"version" : "1.2.35"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"originHash" : "b6d25f160b01b473629481d68d4fe734b3981fcd87079531f784c2ade3afdc4d",
"originHash" : "87bdf964454a6a566cd3557b1ae36935d1d19b6a8a8073b9fce67464d6593572",
"pins" : [
{
"identity" : "ably-cocoa",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ably/ably-cocoa",
"state" : {
"branch" : "main",
"revision" : "5a9b7ba3395ce24a002d552edcb395263fba961d"
"revision" : "aca9a7c00abb7eacda8d90dcff75372a60360e7d",
"version" : "1.2.35"
}
},
{
Expand Down
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/ably/ably-cocoa",
// TODO: Switch back to using a tag (https://github.com/ably-labs/ably-chat-swift/issues/80)
branch: "main"
from: "1.2.35"
),
.package(
url: "https://github.com/apple/swift-argument-parser",
Expand Down

0 comments on commit 5676cac

Please sign in to comment.