summaryrefslogtreecommitdiffstats
path: root/HapticKeyboard/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-08-08 16:37:36 -0400
committerCameron Katri <me@cameronkatri.com>2021-08-08 16:37:36 -0400
commit027b91b5542974670fc4186a717634d347c98df2 (patch)
tree0c065a054a3400e35402ed6fcddf2e6c26d78384 /HapticKeyboard/Makefile
parentc014bf2300cc36b313a05745cc3f286dc906a813 (diff)
downloadtweaks-027b91b5542974670fc4186a717634d347c98df2.tar.gz
tweaks-027b91b5542974670fc4186a717634d347c98df2.tar.zst
tweaks-027b91b5542974670fc4186a717634d347c98df2.zip
Add HapticKeyboard
Diffstat (limited to 'HapticKeyboard/Makefile')
-rw-r--r--HapticKeyboard/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/HapticKeyboard/Makefile b/HapticKeyboard/Makefile
new file mode 100644
index 0000000..e71a51e
--- /dev/null
+++ b/HapticKeyboard/Makefile
@@ -0,0 +1,13 @@
+TARGET := iphone:clang:latest:7.0
+INSTALL_TARGET_PROCESSES = SpringBoard
+
+ARCHS := arm64 arm64e
+
+include $(THEOS)/makefiles/common.mk
+
+TWEAK_NAME = HapticKeyboard
+
+HapticKeyboard_FILES = Tweak.x
+HapticKeyboard_CFLAGS = -fobjc-arc
+
+include $(THEOS_MAKE_PATH)/tweak.mk