From 6bed4e4aa02025e1bd0c294a44c9371fb6b176f1 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Sun, 27 Nov 2016 13:01:45 +1100 Subject: Added module map to enable use of Scintilla from Swift. --- cocoa/ScintillaFramework/module.modulemap | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cocoa/ScintillaFramework/module.modulemap (limited to 'cocoa/ScintillaFramework/module.modulemap') diff --git a/cocoa/ScintillaFramework/module.modulemap b/cocoa/ScintillaFramework/module.modulemap new file mode 100644 index 000000000..d09ce2e3b --- /dev/null +++ b/cocoa/ScintillaFramework/module.modulemap @@ -0,0 +1,10 @@ +framework module Scintilla { + umbrella header "ScintillaView.h" + module InfoBar { + header "InfoBar.h" + } + // ILexer.h is not included as Swift doesn't yet interoperate with C++ + exclude header "ILexer.h" + export * + module * { export * } +} -- cgit v1.2.3