Skip to content

Commit

Permalink
Update ably-cocoa to 1.2.20
Browse files Browse the repository at this point in the history
Resolves #641.
  • Loading branch information
lawrence-forooghian committed May 15, 2023
1 parent f572f76 commit 43f6967
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/ably/ably-cocoa",
"state" : {
"branch" : "ffc9efb",
"revision" : "ffc9efb99f5abcaf907feececfb1ed84f919a6d8"
"revision" : "0a97ac35ee8f994762e963a9e501df492247a578",
"version" : "1.2.20"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/ably/ably-cocoa",
"state" : {
"branch" : "ffc9efb",
"revision" : "ffc9efb99f5abcaf907feececfb1ed84f919a6d8"
"revision" : "0a97ac35ee8f994762e963a9e501df492247a578",
"version" : "1.2.20"
}
},
{
Expand Down
4 changes: 1 addition & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/mapbox/mapbox-navigation-ios.git", from: "2.9.0"),
// We’re using this in order to get the fix for https://github.com/ably/ably-cocoa/issues/1380.
// TODO (#641) return to using a versioned ably-cocoa release once that fix is released
.package(url: "https://github.com/ably/ably-cocoa", revision: "ffc9efb"),
.package(url: "https://github.com/ably/ably-cocoa", from: "1.2.20"),
.package(url: "https://github.com/mxcl/Version", from: "2.0.1")
],
targets: [
Expand Down

0 comments on commit 43f6967

Please sign in to comment.