aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaFramework/module.modulemap
blob: d09ce2e3bdfee84ba066566c4104b04928962a72 (plain)
1
2
3
4
5
6
7
8
9
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 * }
}