summaryrefslogtreecommitdiffstats
path: root/HapticKeyboard/Makefile
diff options
context:
space:
mode:
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