diff options
author | Teddy Wing | 2016-11-16 05:29:46 -0500 |
---|---|---|
committer | Teddy Wing | 2016-11-16 05:29:46 -0500 |
commit | cd393abc5ba2e8a00c9e2b30234a4882a598ff4a (patch) | |
tree | 649d75336b958ed402541107a182fb7eb54a94fc | |
parent | 1069fd4f08e851d5e5be095544011702016836b3 (diff) | |
download | Low-Battery-Yup-cd393abc5ba2e8a00c9e2b30234a4882a598ff4a.tar.bz2 |
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`.
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | Low Battery Yup/ShortcutRecorder | 0 |
2 files changed, 3 insertions, 0 deletions
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 +Subproject 3adf5909a503b6ebf769a1e2a24fc389a3556ed |