- Dark mode should now update with no respring! - Code cleanup. - Now depends of iOS 13.0+
14 lines
290 B
Makefile
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
|