File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) ,
Original file line number Diff line number Diff line change 11Pod ::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
You can’t perform that action at this time.
0 commit comments