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

Non ARC Version ? #1

Closed dehlen closed 12 years ago

dehlen commented 12 years ago

How can i use it in my non-arc project ? Please provide a non-arc version. Thanks.

dehlen commented 12 years ago

oh just add -fobjc-arc as the compiler flag. This will fix it. :)