diff options
Diffstat (limited to 'Framework')
| -rw-r--r-- | Framework/MASKeyCodes.h | 1 | ||||
| -rw-r--r-- | Framework/MASShortcut.modulemap | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Framework/MASKeyCodes.h b/Framework/MASKeyCodes.h index 8c1ce06..40cee9e 100644 --- a/Framework/MASKeyCodes.h +++ b/Framework/MASKeyCodes.h @@ -1,4 +1,5 @@ #import <Carbon/Carbon.h> +#import <AppKit/AppKit.h> // These glyphs are missed in Carbon.h enum { diff --git a/Framework/MASShortcut.modulemap b/Framework/MASShortcut.modulemap new file mode 100644 index 0000000..e6307a1 --- /dev/null +++ b/Framework/MASShortcut.modulemap @@ -0,0 +1,6 @@ +framework module MASShortcut { + umbrella header "Shortcut.h" + + export * + module * { export * } +} |
