From 014de832b405fdf90e46160b25b1315a67377c2c Mon Sep 17 00:00:00 2001 From: Marc Stibane Date: Mon, 16 Jan 2023 18:14:05 +0100 Subject: Framework headers with quotations marks instead of angled brackets --- xcode/FTalerWalletcore-Bridging-Header.h | 2 +- xcode/FTalerWalletcore.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'xcode') diff --git a/xcode/FTalerWalletcore-Bridging-Header.h b/xcode/FTalerWalletcore-Bridging-Header.h index b6ce0b4..83a9bf6 100644 --- a/xcode/FTalerWalletcore-Bridging-Header.h +++ b/xcode/FTalerWalletcore-Bridging-Header.h @@ -1 +1 @@ -#import +#import "taler_wallet_core_lib.h" diff --git a/xcode/FTalerWalletcore.h b/xcode/FTalerWalletcore.h index 5b79b03..0f83878 100644 --- 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 -#import +#import "FTalerWalletcore-Bridging-Header.h" struct TALER_WALLET_Instance * TALER_WALLET_test(int wait); -- cgit v1.2.3