Skip to content

Commit

Permalink
Merge pull request #213 from ably/temporarily-require-exact-ably-coco…
Browse files Browse the repository at this point in the history
…a-version

Temporarily lock ably-cocoa version
  • Loading branch information
lawrence-forooghian authored Jan 16, 2025
2 parents f2024f3 + b261155 commit 6ab219c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/ably/ably-cocoa",
from: "1.2.36"
/*
The upcoming ably-cocoa 1.2.37 will revert a change on which the Chat SDK depends. It will not be possible to make a single version of the Chat SDK work with ably-cocoa versions 1.2.36 and 1.2.37.

So, in order to make sure that the Chat SDK continues to work once ably-cocoa 1.2.37 is released, let's temporarily lock the ably-cocoa dependency to 1.2.36, and release a new version of the Chat SDK. Then, once ably-cocoa 1.2.37 is released, we can release another version of the Chat SDK that requires 1.2.37 and above.
*/
exact: "1.2.36"
),
.package(
url: "https://github.com/apple/swift-argument-parser",
Expand Down

0 comments on commit 6ab219c

Please sign in to comment.