quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

commit 014de832b405fdf90e46160b25b1315a67377c2c
parent f1dfca476e25a7d66cbff871697fc55e1cccdc2b
Author: Marc Stibane <marc@taler.net>
Date:   Mon, 16 Jan 2023 18:14:05 +0100

Framework headers with quotations marks instead of angled brackets

Diffstat:
Mxcode/FTalerWalletcore-Bridging-Header.h | 2+-
Mxcode/FTalerWalletcore.h | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xcode/FTalerWalletcore-Bridging-Header.h b/xcode/FTalerWalletcore-Bridging-Header.h @@ -1 +1 @@ -#import <taler_wallet_core_lib.h> +#import "taler_wallet_core_lib.h" diff --git a/xcode/FTalerWalletcore.h b/xcode/FTalerWalletcore.h @@ -23,7 +23,7 @@ FOUNDATION_EXPORT const unsigned char TalerWalletcoreVersionString[]; // In this header, you should import all the public headers of your framework using statements like #import <TalerWalletcore/PublicHeader.h> -#import <FTalerWalletcore-Bridging-Header.h> +#import "FTalerWalletcore-Bridging-Header.h" struct TALER_WALLET_Instance * TALER_WALLET_test(int wait);