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

MASShortcutGlyph needs a `typedef` #72

Closed hildjj closed 9 years ago

hildjj commented 9 years ago

Suggested:

typedef enum {
...
} MASShortcutGlyph;

This allows the header file to be included in multiple different places without causing duplicate symbol _MASShortcutGlyph.

zoul commented 9 years ago

AFAIK this is already fixed in the current master, see dcb1342. Will release a new version today. Thanks!

zoul commented 9 years ago

This should be now fixed in 2.2.0. If not, please reopen.

anti-transmission commented 7 years ago

Can you fix for 1.0 branch as well? Thank you!