summaryrefslogtreecommitdiffstats
path: root/NoSpotlight/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'NoSpotlight/Makefile')
-rw-r--r--NoSpotlight/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/NoSpotlight/Makefile b/NoSpotlight/Makefile
new file mode 100644
index 0000000..4fd0271
--- /dev/null
+++ b/NoSpotlight/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 = NoSpotlight
+
+NoSpotlight_FILES = Tweak.x
+NoSpotlight_CFLAGS = -fobjc-arc
+
+include $(THEOS_MAKE_PATH)/tweak.mk