| Age | Commit message (Collapse) | Author |
|
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.
|
|
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.
|
|
Add this library as a Git submodule. We'll be using it to set a
configurable shortcut and pull that when needed from `NSUserDefaults`.
|