File tree Expand file tree Collapse file tree 2 files changed +168
-167
lines changed
uniffi/output-frameworks/anoncreds-swift/AnoncredsSwift/Sources/Swift Expand file tree Collapse file tree 2 files changed +168
-167
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ let package = Package(
1717 targets: [
1818 . target(
1919 name: " AnoncredsSwift " ,
20- dependencies: [ " anoncredsFFI " ] ,
20+ dependencies: [ " anoncreds_wrapperFFI " ] ,
2121 path: " uniffi/output-frameworks/anoncreds-swift/AnoncredsSwift/Sources/Swift "
2222 ) ,
2323 . target(
24- name: " anoncredsFFI " ,
24+ name: " anoncreds_wrapperFFI " ,
2525 dependencies: [ " libanoncreds " ] ,
2626 path: " uniffi/output-frameworks/anoncreds-swift/AnoncredsSwift/Sources/C " ) ,
2727 // LOCAL
@@ -32,8 +32,8 @@ let package = Package(
3232 // RELEASE
3333 . binaryTarget(
3434 name: " libanoncreds " ,
35- url: " https://github.com/input-output-hk/anoncreds-rs/releases/download/0.3.4 /libanoncreds.xcframework.zip " ,
36- checksum: " a69576058b0e72d4c74bde8650b99417228aff31063cfac3553264d5cd3b23d7 "
35+ url: " https://github.com/input-output-hk/anoncreds-rs/releases/download/0.4.0 /libanoncreds.xcframework.zip " ,
36+ checksum: " 2cbb147f58dd4d59990c1fc01302e63aafd63673b64310946420893f639b1f67 "
3737 )
3838 ]
3939)
You can’t perform that action at this time.
0 commit comments