summaryrefslogtreecommitdiff
path: root/xcode
diff options
context:
space:
mode:
authorMarc Stibane <marc@taler.net>2023-01-16 18:14:05 +0100
committerMarc Stibane <marc@taler.net>2023-01-16 18:14:05 +0100
commit014de832b405fdf90e46160b25b1315a67377c2c (patch)
treefc20891ce26854d611afd4df607680db004ecee5 /xcode
parentf1dfca476e25a7d66cbff871697fc55e1cccdc2b (diff)
downloadquickjs-tart-014de832b405fdf90e46160b25b1315a67377c2c.tar.gz
quickjs-tart-014de832b405fdf90e46160b25b1315a67377c2c.tar.bz2
quickjs-tart-014de832b405fdf90e46160b25b1315a67377c2c.zip
Framework headers with quotations marks instead of angled brackets
Diffstat (limited to 'xcode')
-rw-r--r--xcode/FTalerWalletcore-Bridging-Header.h2
-rw-r--r--xcode/FTalerWalletcore.h2
2 files changed, 2 insertions, 2 deletions
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 <taler_wallet_core_lib.h>
+#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 <TalerWalletcore/PublicHeader.h>
-#import <FTalerWalletcore-Bridging-Header.h>
+#import "FTalerWalletcore-Bridging-Header.h"
struct TALER_WALLET_Instance *
TALER_WALLET_test(int wait);