Skip to content

Commit 11b0ca6

Browse files
committed
Revert "Remove dylib"
This reverts commit ff88ff5.
1 parent cc9c822 commit 11b0ca6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ let package = Package(
2525
],
2626
targets: [
2727
.binaryTarget(
28-
name: "LibXMTPSwiftFFIDynamic",
28+
name: "LibXMTPSwiftFFI",
2929
url: "https://github.com/xmtp/libxmtp/releases/download/swift-bindings-1.6.2-rc1.41de032/LibXMTPSwiftFFIDynamic.zip",
30-
checksum: "sha256:93acb1b5cbc4f76117699759ca8fd03b8355e5f3c5bdd6cf5a4a3522bcc4bd83"
30+
checksum: "93acb1b5cbc4f76117699759ca8fd03b8355e5f3c5bdd6cf5a4a3522bcc4bd83"
3131
),
3232
.target(
3333
name: "XMTPiOS",
3434
dependencies: [
3535
.product(name: "Connect", package: "connect-swift"),
36-
"LibXMTPSwiftFFIDynamic",
36+
"LibXMTPSwiftFFI",
3737
.product(name: "CryptoSwift", package: "CryptoSwift"),
3838
]
3939
),

XMTP.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "XMTP"
3-
spec.version = "4.6.2-rc1"
3+
spec.version = "4.6.2-rc1-dylib"
44

55
spec.summary = "XMTP SDK Cocoapod"
66

0 commit comments

Comments
 (0)