aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-08-14Add `HeadphoneKey` classTeddy Wing
This will be our delegate for the DDHID key listener.
2018-08-07Add DDHidLib framework as a target dependencyTeddy Wing
2018-08-07Add submodule for DDHidLib libraryTeddy Wing
This will hopefully make it easier to interface with `IOHIDLib` and get events from headphone buttons.
2018-08-06Add .gitignoreTeddy Wing
Taken from https://www.gitignore.io/api/objective-c with modifications. Cleaned up the comments and got rid of things I didn't think were necesary.
2018-08-06New Xcode 9.2 command-line tool projectTeddy Wing