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