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

+Fixed issue with 'typedef' not being added before enum causing inabi… #95

Closed dexterlohnes closed 8 years ago

dexterlohnes commented 8 years ago

…lity to build project

shpakovski commented 8 years ago

Thanks for the pull request and sorry for the slow reply! Why did you close it?

dexterlohnes commented 8 years ago

@shpakovski I had meant to apply the PR to my own fork, not the main branch. Sorry, I'm brand new to making public contributions through GIT so it's all a bit mysterious to me. I figured you wouldn't be patching the 1.x branch any longer. In any case, I've reopened the the PR in case you want to use it.

shpakovski commented 8 years ago

Ah, I see… That enum was moved to MASKeyCodes.h and compiles without issues in Xcode 7.