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

Fix "Parse issue: Semicolon before method body is ignored" #51

Closed starkos closed 9 years ago

starkos commented 9 years ago

With Xcode 6.1, I am getting a "Parse issue: Semicolon before method body is ignored". This one line fix takes care of it.

shpakovski commented 9 years ago

Thanks a lot!