]> git.cameronkatri.com Git - tweaks.git/blob - BatteryPercent/Makefile
QuickActions: Relicense cause I feel generous
[tweaks.git] / BatteryPercent / Makefile
1 TARGET := iphone:clang:latest:7.0
2 INSTALL_TARGET_PROCESSES = SpringBoard
3
4 ARCHS := arm64 arm64e
5
6 include $(THEOS)/makefiles/common.mk
7
8 TWEAK_NAME = BatteryPercent
9
10 BatteryPercent_FILES = Tweak.x
11 BatteryPercent_CFLAGS = -fobjc-arc
12
13 include $(THEOS_MAKE_PATH)/tweak.mk