aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/Scintilla/module.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/Scintilla/module.modulemap')
-rw-r--r--cocoa/Scintilla/module.modulemap10
1 files changed, 10 insertions, 0 deletions
diff --git a/cocoa/Scintilla/module.modulemap b/cocoa/Scintilla/module.modulemap
new file mode 100644
index 000000000..d09ce2e3b
--- /dev/null
+++ b/cocoa/Scintilla/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 * }
+}