Files
ZenithDark/Makefile
iKilledAppl3 e0ef88c341 Dark mode should now update with no respring!
- Dark mode should now update with no respring!
- Code cleanup.
- Now depends of iOS 13.0+
2020-01-11 18:11:54 -05:00

14 lines
290 B
Makefile

INSTALL_TARGET_PROCESSES = SpringBoard
ARCHS = arm64 arm64e
TARGET = iphone:clang::13.0
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = ZenithDark
ZenithDark_FILES = Tweak.x
ZenithDark_CFLAGS = -fobjc-arc
ZenithDark_FRAMEWORKS = UIKit CoreGraphics
include $(THEOS_MAKE_PATH)/tweak.mk