diff options
| author | Vadim Shpakovski | 2015-03-09 15:37:05 +0300 |
|---|---|---|
| committer | Vadim Shpakovski | 2015-03-09 15:37:05 +0300 |
| commit | bc2c91fc9469449514d218304e23022563ac30fd (patch) | |
| tree | aa29fe449c2e4e2780a4ff83be689972593a3dbe /Framework | |
| parent | 7bbaed62276c60c2e83b35b4329f795149be27fc (diff) | |
| parent | 7586157fe2441840cf5c6354a07bd2fd4bfea8fd (diff) | |
| download | MASShortcut-bc2c91fc9469449514d218304e23022563ac30fd.tar.bz2 | |
Merge pull request #67 from brow/carthage
Support installation with Carthage
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 * } +} |
