Skip to content

Commit

Permalink
Bump ably-cocoa version to 1.2.39
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Feb 18, 2025
1 parent 46c0e1f commit 72899c2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 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" : "1642b4839120f35594f234f50e4692c898bd27f9ab378d75c8b8cc23e3955b51",
"originHash" : "ae94e678de73d162a8e71bc1ead0d2214bbaa8f4b538125924f637df3d9c00a2",
"pins" : [
{
"identity" : "ably-cocoa",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ably/ably-cocoa",
"state" : {
"revision" : "11f67876d3f2070ac976f639c4cc959d2995e1ca",
"version" : "1.2.38"
"revision" : "6239f6d5caacbff91e28e9a5c56f8a0f3cc1b662",
"version" : "1.2.39"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"originHash" : "37fce824816ce268471c881861e4f5083c97a5b677b2060fdad5e31fab9cd658",
"originHash" : "2e855624caf2790f0086192383ad61e930282bbc7a5da8b08c8dc8e1e986b194",
"pins" : [
{
"identity" : "ably-cocoa",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ably/ably-cocoa",
"state" : {
"revision" : "11f67876d3f2070ac976f639c4cc959d2995e1ca",
"version" : "1.2.38"
"revision" : "6239f6d5caacbff91e28e9a5c56f8a0f3cc1b662",
"version" : "1.2.39"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/ably/ably-cocoa",
from: "1.2.38"
from: "1.2.39"
),
.package(
url: "https://github.com/apple/swift-argument-parser",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ extension ARTRealtimeChannel: RealtimeChannelProtocol {}
extension ARTWrapperSDKProxyRealtimeChannel: RealtimeChannelProtocol {}

extension ARTRealtimePresence: RealtimePresenceProtocol {}
extension ARTWrapperSDKProxyRealtimePresence: RealtimePresenceProtocol {}

extension ARTConnection: ConnectionProtocol {}

0 comments on commit 72899c2

Please sign in to comment.