aboutsummaryrefslogtreecommitdiffstats
path: root/DomeKey.xcodeproj/project.pbxproj
AgeCommit message (Collapse)Author
2018-08-15Link static DDHidLib library instead of frameworkTeddy Wing
Since the framework is external, we can't link it directly as it's a third-party library. As such, it would be separate from our executable. Instead, link against the static DDHidLib library so that it gets bundled into the executable.
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-06New Xcode 9.2 command-line tool projectTeddy Wing