Skip to content

Commit

Permalink
Merge pull request #76 from xmtp/np/scw-fix-perf
Browse files Browse the repository at this point in the history
Fix SCW and get better message perf
  • Loading branch information
nplasterer authored Oct 23, 2024
2 parents dad96a7 + e35cf6e commit aea8058
Show file tree
Hide file tree
Showing 4 changed files with 776 additions and 57 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.9-beta4'
s.version = '0.5.10'
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-6937f23/LibXMTPSwiftFFI.zip", :type => :zip }
s.source = { :http => "https://github.com/xmtp/libxmtp/releases/download/swift-bindings-9331eb7/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-6937f23/LibXMTPSwiftFFI.zip",
checksum: "69f3fc5bd6ea4a8334ebe2fa76ad8dc857a809dc5688241755faa8fff171f9f7"
url: "https://github.com/xmtp/libxmtp/releases/download/swift-bindings-9331eb7/LibXMTPSwiftFFI.zip",
checksum: "d2032234b8705be7ef846ed3397bfc2e0277d4dd1864796e1cdb272979a4e646"
),
.testTarget(name: "LibXMTPTests", dependencies: ["LibXMTP"]),
]
Expand Down
6 changes: 3 additions & 3 deletions Sources/LibXMTP/libxmtp-version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 6937f233
Branch: np/fix-ffi-bindings
Date: 2024-10-16 17:50:35 +0000
Version: 9331eb7d
Branch: main
Date: 2024-10-23 16:57:08 +0000
Loading

0 comments on commit aea8058

Please sign in to comment.