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

Implemented initWithCoder: to fix #44 #45

Closed pfandrade closed 10 years ago

pfandrade commented 10 years ago

This pull request fixes #44.

It also includes support for secure coding that I had already added in my fork.