Skip to content

Commit 54b2d88

Browse files
Rename compatibleWithLiveObjectsProtocolV6 to compatibleWithProtocolV6
Follow the rename in ably-cocoa-plugin-support (ecbf903) and update the pin. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4ebc381 commit 54b2d88

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Package.resolved

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

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ let package = Package(
2121
// TODO: Unpin before release
2222
.package(
2323
url: "https://github.com/ably/ably-cocoa",
24-
revision: "5b2684ab",
24+
revision: "af5d05ad",
2525
),
2626
// TODO: Unpin before release
2727
.package(
2828
url: "https://github.com/ably/ably-cocoa-plugin-support",
29-
revision: "c1fe793",
29+
revision: "c20f969",
3030
),
3131
.package(
3232
url: "https://github.com/apple/swift-argument-parser",

Sources/AblyLiveObjects/Internal/DefaultInternalPlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import ObjectiveC.NSObject
99
internal final class DefaultInternalPlugin: NSObject, _AblyPluginSupportPrivate.LiveObjectsInternalPluginProtocol {
1010
private let pluginAPI: _AblyPluginSupportPrivate.PluginAPIProtocol
1111

12-
internal var compatibleWithLiveObjectsProtocolV6: Bool { true }
12+
internal var compatibleWithProtocolV6: Bool { true }
1313

1414
internal init(pluginAPI: _AblyPluginSupportPrivate.PluginAPIProtocol) {
1515
precondition(

0 commit comments

Comments
 (0)