From cd393abc5ba2e8a00c9e2b30234a4882a598ff4a Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 16 Nov 2016 05:29:46 -0500 Subject: Add 'ShortcutRecorder' Add this library as a Git submodule. We'll be using it to set a configurable shortcut and pull it when needed from `NSUserDefaults`. --- .gitmodules | 3 +++ Low Battery Yup/ShortcutRecorder | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 Low Battery Yup/ShortcutRecorder diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..920d851 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Low Battery Yup/ShortcutRecorder"] + path = Low Battery Yup/ShortcutRecorder + url = https://github.com/Kentzo/ShortcutRecorder.git diff --git a/Low Battery Yup/ShortcutRecorder b/Low Battery Yup/ShortcutRecorder new file mode 160000 index 0000000..3adf590 --- /dev/null +++ b/Low Battery Yup/ShortcutRecorder @@ -0,0 +1 @@ +Subproject commit 3adf5909a503b6ebf769a1e2a24fc389a3556ed3 -- cgit v1.2.3