diff options
Diffstat (limited to 'Framework/MASShortcut.modulemap')
| -rw-r--r-- | Framework/MASShortcut.modulemap | 6 | 
1 files changed, 6 insertions, 0 deletions
| 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 * } +} | 
