cocoabits / MASShortcut

Modern framework for managing global keyboard shortcuts compatible with Mac App Store. More details:
http://blog.shpakovski.com/2012/07/global-keyboard-shortcuts-in-cocoa.html
BSD 2-Clause "Simplified" License
1.52k stars 220 forks source link

Swift Package Manager support + Big Sur UI fixes #159

Closed sweetppro closed 3 years ago

sweetppro commented 3 years ago

this fixes issues with other spm forks not compiling in Swift based projects. no bridging header is required, just use: import MASShortcut

or for SPM in ObjC: #import <Shortcut.h>

pointum commented 3 years ago

Hi! The symbolic links in include folder point to absolute paths starting with /Users/mrqwirk/.

sweetppro commented 3 years ago

Hi! The symbolic links in include folder point to absolute paths starting with /Users/mrqwirk/.

I noticed that after uploading…. oops I'll make them relative and platform friendly

sweetppro commented 3 years ago

they're fixed now

hmm... actually maybe not... who knew symlinks would be so problematic.

ill have another stab at this tonight

sweetppro commented 3 years ago

now they really are fixed :)

shpakovski commented 3 years ago

Thanks!

sweetppro commented 3 years ago

oh, you may want to update the section on installation by SPM in the ReadMe, Its currently pointing to my repo

shpakovski commented 3 years ago

@sweetppro Thanks for the heads up. I cannot commit changes to this project at the moment. Could you please make another PR? 🙏

sweetppro commented 3 years ago

No problem, I’ll do it this afternoon