Skip to content

Instantly share code, notes, and snippets.

@niklaskorz
Created July 9, 2013 08:10
Show Gist options
  • Select an option

  • Save niklaskorz/5955581 to your computer and use it in GitHub Desktop.

Select an option

Save niklaskorz/5955581 to your computer and use it in GitHub Desktop.
framework module AppKit [system] {
umbrella header "AppKit.h"
export *
module * { export * }
explicit module NSNibConnector {
header "NSNibConnector.h"
export *
}
explicit module NSNibControlConnector {
header "NSNibControlConnector.h"
export *
}
explicit module NSNibOutletConnector {
header "NSNibOutletConnector.h"
export *
}
explicit module NSMediaLibraryBrowserController {
header "NSMediaLibraryBrowserController.h"
export *
}
exclude header "NSFileWrapper.h"
exclude header "NSSimpleHorizontalTypesetter.h"
exclude header "NSSpellServer.h"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment