aboutsummaryrefslogtreecommitdiffstats
path: root/Low Battery Yup/MASShortcut
AgeCommit message (Collapse)Author
2016-12-03Set MASShortcut build architecture to 64-bitTeddy Wing
My release build was failing because of this error: error: -fobjc-arc is not supported with fragile abi Set MASShortcut to force 64-bit architectures because it uses ARC and from what I understand ARC can only be used on 64-bit.
2016-11-17Configure MASShortcutTeddy Wing
Make some changes to the project to get MASShortcut working. Can't remember what they were, it was yesterday. Change the MASShortcut submodule URL to my fork of the project, which includes changes to the Xcode project file and codebase that allow it to compile in this project and on my development machine.
2016-11-16Add 'MASShortcut'Teddy Wing
Add this library as a Git submodule. We'll be using it to set a configurable shortcut and pull that when needed from `NSUserDefaults`.