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