Skip to content

Commit 403d1c0

Browse files
committed
unpins ably-cocoa version. now points to the min required version with liveobjects support
1 parent 4afef30 commit 403d1c0

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

AblyLiveObjects.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.resolved

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ let package = Package(
2020
dependencies: [
2121
.package(
2222
url: "https://github.com/ably/ably-cocoa",
23-
// TODO: Unpin before launch (https://github.com/ably/ably-liveobjects-swift-plugin/issues/75)
24-
revision: "b0c2ecf9da993736297b6986be5610b375440a3f",
23+
from: "1.2.44",
2524
),
2625
.package(
2726
url: "https://github.com/ably/ably-cocoa-plugin-support",

0 commit comments

Comments
 (0)