aboutsummaryrefslogtreecommitdiffstats
path: root/Low Battery Yup
AgeCommit message (Collapse)Author
2016-11-16Add 'ShortcutRecorder'Teddy Wing
Add this library as a Git submodule. We'll be using it to set a configurable shortcut and pull it when needed from `NSUserDefaults`.
2016-11-16MainMenu.xib: Remove `IBDocument.UseAutolayout` keyTeddy Wing
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.
2016-11-16Add new target "Low Battery Yup"Teddy Wing
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.