Skip to content

Commit

Permalink
Fix iOS wrapper (#201)
Browse files Browse the repository at this point in the history
* Add credentialGetAttachment signature to iOS headers

Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>

* Bump to 0.13.1

Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
  • Loading branch information
mirgee authored Nov 10, 2020
1 parent fc88c25 commit 84a722b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libvcx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "libvcx"
version = "0.13.0"
version = "0.13.1"
authors = ["Absa Group Limited", "Hyperledger Indy Contributors <hyperledger-indy@lists.hyperledger.org>"]
publish = false
description = "Absa's fork of HL LibVCX"
Expand Down
3 changes: 3 additions & 0 deletions wrappers/ios/vcx/ConnectMeVcx.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ extern void VcxWrapperCommonNumberStringCallback(vcx_command_handle_t xcommand_h
- (void)credentialGetAttributes:(VcxHandle)credentialHandle
completion:(void (^)(NSError *error, NSString *attributes))completion;

- (void)credentialGetAttachment:(VcxHandle)credentialHandle
completion:(void (^)(NSError *error, NSString *attach))completion;

- (void)credentialSerialize:(NSInteger)credentialHandle
completion:(void (^)(NSError *error, NSString *state))completion;

Expand Down

0 comments on commit 84a722b

Please sign in to comment.