From c34d4238d078c26b27864d80f529cc715b894246 Mon Sep 17 00:00:00 2001 From: William Swanson Date: Thu, 23 May 2024 16:32:41 -0700 Subject: [PATCH] fixup! Help CocoaPods find our missing header file --- CHANGELOG.md | 2 ++ ios/react-native-zcash-Bridging-Header.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2e290f..79a7917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/ios/react-native-zcash-Bridging-Header.h b/ios/react-native-zcash-Bridging-Header.h index 508a9db..db2af43 100644 --- a/ios/react-native-zcash-Bridging-Header.h +++ b/ios/react-native-zcash-Bridging-Header.h @@ -1,2 +1,2 @@ #import -#include "ZCashLightClientKit/Rust/zcashlc.h" +#include "zcashlc.h"