Skip to content

Commit

Permalink
Merge pull request #14 from xmtp/cv/bindings-8587ef
Browse files Browse the repository at this point in the history
Updated to libxmtp 8587efd
  • Loading branch information
cameronvoell committed Feb 29, 2024
2 parents 28ee27a + 6852dad commit a4111b1
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.4.2-beta4'
s.version = '0.4.2-beta5'
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, '13.0', :macos, '11.0'
s.swift_version = '5.3'

s.source = { :http => "https://github.com/xmtp/libxmtp/releases/download/swift-bindings-1043574/LibXMTPSwiftFFI.zip", :type => :zip }
s.source = { :http => "https://github.com/xmtp/libxmtp/releases/download/swift-bindings-8587efd/LibXMTPSwiftFFI.zip", :type => :zip }
s.vendored_frameworks = 'LibXMTPRust.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-1043574/LibXMTPSwiftFFI.zip",
checksum: "8723a40c21928b669c0d9412825fc1ac0f1b7b2d314d0f90f3513e1523b6668f"
url: "https://github.com/xmtp/libxmtp/releases/download/swift-bindings-8587efd/LibXMTPSwiftFFI.zip",
checksum: "f3e0ef183619c11ac4d97007636e15707d42c0aef587136c9e896a87c6e5f1d6"
),
.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: 1043574
Version: 8587efd
Branch: main
Date: 2024-02-23 01:14:30 +0000
Date: 2024-02-26 20:03:22 +0000

0 comments on commit a4111b1

Please sign in to comment.