Skip to content

Commit

Permalink
fixup! Help CocoaPods find our missing header file
Browse files Browse the repository at this point in the history
  • Loading branch information
swansontec committed May 23, 2024
1 parent 3e65331 commit c34d423
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- fixed: Add a missing header file to the podspec.

## 0.7.2 (2024-05-17)

- fixed: Pause synchronizer events until JavaScript is ready to receive them.
Expand Down
2 changes: 1 addition & 1 deletion ios/react-native-zcash-Bridging-Header.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#import <React/RCTEventEmitter.h>
#include "ZCashLightClientKit/Rust/zcashlc.h"
#include "zcashlc.h"

0 comments on commit c34d423

Please sign in to comment.