Skip to content

Commit

Permalink
Group Key Rotation (#408)
Browse files Browse the repository at this point in the history
* update package

* bump iOS version

* fix lint issue
  • Loading branch information
nplasterer authored Oct 9, 2024
1 parent 8197ea4 commit 3f296f4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let package = Package(
.package(url: "https://github.com/1024jp/GzipSwift", from: "5.2.0"),
.package(url: "https://github.com/bufbuild/connect-swift", exact: "0.12.0"),
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.0.0"),
.package(url: "https://github.com/xmtp/libxmtp-swift.git", exact: "0.5.9-beta0"),
.package(url: "https://github.com/xmtp/libxmtp-swift.git", exact: "0.5.9-beta1"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
3 changes: 2 additions & 1 deletion Sources/XMTPiOS/ApiClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ extension GenericErrorDescribing {
let .Generic(message),
let .GroupMutablePermissions(message),
let .SignatureRequestError(message),
let .Erc1271SignatureError(message):
let .Erc1271SignatureError(message),
let .Verifier(message):
return message
}
}
Expand Down
4 changes: 2 additions & 2 deletions XMTP.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "XMTP"
spec.version = "0.15.0"
spec.version = "0.15.1"
spec.summary = "XMTP SDK Cocoapod"

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -44,5 +44,5 @@ Pod::Spec.new do |spec|
spec.dependency "web3.swift"
spec.dependency "GzipSwift"
spec.dependency "Connect-Swift", "= 0.12.0"
spec.dependency 'LibXMTP', '= 0.5.9-beta0'
spec.dependency 'LibXMTP', '= 0.5.9-beta1'
end
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/xmtp/libxmtp-swift.git",
"state" : {
"revision" : "4b240238c07fce556836011b93912160edc4a73a",
"version" : "0.5.9-beta0"
"revision" : "f07383efdee7bed94120dd73efa4ff1c4dcead3c",
"version" : "0.5.9-beta1"
}
},
{
Expand Down

0 comments on commit 3f296f4

Please sign in to comment.