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

Repackaged the code as a framework and included the demo. #41

Closed zoul closed 10 years ago

zoul commented 10 years ago

Packaging the code as a framework is mostly just a formality. It doesn’t really change much, it just turns the code into a regular component. What it does change is that the code now has its own Xcode settings, which could make compatibility easier in the long run.

Including the demo in the main repository makes it easier to hack on the library, since you can try the changes immediately. It also shows how to bundle the framework with the app that uses it.

What remains to be done:

zoul commented 10 years ago

I’m not sure how to change the podfile to correctly include the framework. I’d be happy if somebody could help me with that.

zoul commented 10 years ago

I’m closing this one in favour of #42.