From 84bd031fbca511aee5ba6fae919c8c3b2b5b15c8 Mon Sep 17 00:00:00 2001 From: Marat Al Date: Thu, 21 Nov 2024 15:20:00 +0100 Subject: [PATCH] Temporary switch to a v2 cocoa branch until it is merged there. --- AblyChat.xcworkspace/xcshareddata/swiftpm/Package.resolved | 6 +++--- Package.swift | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AblyChat.xcworkspace/xcshareddata/swiftpm/Package.resolved b/AblyChat.xcworkspace/xcshareddata/swiftpm/Package.resolved index 536e2116..3b6e66d6 100644 --- a/AblyChat.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/AblyChat.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -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" : "8812dfcffcfa820f857aeb1099f482f025866d5e" } }, { diff --git a/Package.swift b/Package.swift index 06d664d4..1a8b2153 100644 --- a/Package.swift +++ b/Package.swift @@ -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",