| Age | Commit message (Collapse) | Author |
|
Add this library as a Git submodule. We'll be using it to set a
configurable shortcut and pull it when needed from `NSUserDefaults`.
|
|
Xcode (4.5.2) was crashing whenever I tried to open the MainMenu.xib
file. A Stack Overflow post turned up that recommended removing this key
in order to get it working again:
http://stackoverflow.com/questions/27167679/xcode-6-1-crashes-whenever-i-use-interface-builder/27932154#27932154
Sure, works for me.
|
|
This new target will be used as our non-background user-facing
configuration application. It's purpose will be to define a custom
shortcut to trigger the mouse move & click action.
|