Skip to content

Commit

Permalink
Temporary switch to a v2 cocoa branch until it is merged there.
Browse files Browse the repository at this point in the history
  • Loading branch information
maratal committed Nov 22, 2024
1 parent d35cc1d commit 05167f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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" : "37204b528044b0c8af30d6383e4706728b14b8da503c5f0b346e4cbd6533d919",
"pins" : [
{
"identity" : "ably-cocoa",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ably/ably-cocoa",
"state" : {
"branch" : "main",
"revision" : "f7bff4b1c941b4c7b952b9224a33674e2302e19f"
"branch" : "feature/ECO-5116-chat-support",
"revision" : "f071709e4f4a3fa76b3101835ef75bc997b2d6e6"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
.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"
branch: "feature/ECO-5116-chat-support"
),
.package(
url: "https://github.com/apple/swift-argument-parser",
Expand Down

0 comments on commit 05167f2

Please sign in to comment.