Skip to content

Commit

Permalink
Merge pull request #6 from xmtp/update-libxmtp-9126afd
Browse files Browse the repository at this point in the history
Bump to libxmtp 9126afd
  • Loading branch information
cameronvoell authored Feb 2, 2024
2 parents 92274fe + 1d7068f commit 503086d
Show file tree
Hide file tree
Showing 3 changed files with 316 additions and 43 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.1-beta0'
s.version = '0.4.1-beta1'
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-7e063c5/LibXMTPSwiftFFI.zip", :type => :zip }
s.source = { :http => "https://github.com/xmtp/libxmtp/releases/download/swift-bindings-9126afd/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 @@ -23,8 +23,8 @@ let package = Package(
),
.binaryTarget(
name: "LibXMTPSwiftFFI",
url: "https://github.com/xmtp/libxmtp/releases/download/swift-bindings-7e063c5/LibXMTPSwiftFFI.zip",
checksum: "3fca7883868c9116289a5d84336d70a079978d9095e13e685994e4f08bd754e0"
url: "https://github.com/xmtp/libxmtp/releases/download/swift-bindings-9126afd/LibXMTPSwiftFFI.zip",
checksum: "5a5a754cc648d41eb2bcbd8afd5cfeecddd0000795c9c948d20da445f135804f"
),
.testTarget(name: "LibXMTPTests", dependencies: ["LibXMTP"]),
]
Expand Down
Loading

0 comments on commit 503086d

Please sign in to comment.