Skip to content

Commit

Permalink
Merge pull request #58 from xmtp/cv/657d696-2024-08-16
Browse files Browse the repository at this point in the history
update libxmtp to 657d696
  • Loading branch information
cameronvoell authored Aug 16, 2024
2 parents c7cec01 + 769c7a5 commit 6ddc5a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions LibXMTP.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'LibXMTP'
s.version = '0.5.7-beta1'
s.version = '0.5.7-beta2'
s.summary = 'XMTP shared Rust code that powers cross-platform SDKs'

s.homepage = 'https://github.com/xmtp/libxmtp-swift'
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.platform = :ios, '14.0', :macos, '11.0'
s.swift_version = '5.3'

s.source = { :http => "https://github.com/xmtp/libxmtp/releases/download/swift-bindings-67ecf50/LibXMTPSwiftFFI.zip", :type => :zip }
s.source = { :http => "https://github.com/xmtp/libxmtp/releases/download/swift-bindings-657d696/LibXMTPSwiftFFI.zip", :type => :zip }
s.vendored_frameworks = 'LibXMTPSwiftFFI.xcframework'
s.source_files = 'Sources/LibXMTP/**/*'
end
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ let package = Package(
),
.binaryTarget(
name: "LibXMTPSwiftFFI",
url: "https://github.com/xmtp/libxmtp/releases/download/swift-bindings-67ecf50/LibXMTPSwiftFFI.zip",
checksum: "e340319d1f720e008e1653a5cb3858e90d352ba94b47ca097eafd66bcd688e31"
url: "https://github.com/xmtp/libxmtp/releases/download/swift-bindings-657d696/LibXMTPSwiftFFI.zip",
checksum: "f1a358e13ec89b3913f4ad1b14c712776ff595b9b9e8135ffd3fe4bdfc177b26"
),
.testTarget(name: "LibXMTPTests", dependencies: ["LibXMTP"]),
]
Expand Down
4 changes: 2 additions & 2 deletions Sources/LibXMTP/libxmtp-version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 67ecf509
Version: 657d6965
Branch: main
Date: 2024-08-08 23:19:34 +0000
Date: 2024-08-16 05:38:31 +0000

0 comments on commit 6ddc5a5

Please sign in to comment.