Files
ZenithDark/Makefile
2020-02-04 22:02:27 -05:00

21 lines
422 B
Makefile

ARCHS = arm64 arm64e
SDK = iPhoneOS12.2
FINALPACKAGE = 1
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = ZenithDark
ZenithDark_FILES = Tweak.xm
ZenithDark_FRAMEWORKS = UIKit CoreGraphics
ZenithDark_EXTRA_FRAMEWORKS += Cephei
ZenithDark_LIBRARIES = sparkcolourpicker
include $(THEOS_MAKE_PATH)/tweak.mk
SUBPROJECTS += zenithdarkprefs
include $(THEOS_MAKE_PATH)/aggregate.mk
after-install::
install.exec "sbreload"