Use Cephei

This commit is contained in:
2020-01-23 12:46:06 -05:00
parent cbaf77e15b
commit 8a2e4afc14
13 changed files with 102 additions and 61 deletions

View File

@ -6,8 +6,9 @@ include $(THEOS)/makefiles/common.mk
TWEAK_NAME = ZenithDark
ZenithDark_FILES = Tweak.xm
ZenithDark_FRAMEWORKS = UIKit CoreGraphics
$(TWEAK_NAME)_FILES = Tweak.xm
$(TWEAK_NAME)_FRAMEWORKS = UIKit CoreGraphics
$(TWEAK_NAME)_EXTRA_FRAMEWORKS += Cephei CepheiPrefs
include $(THEOS_MAKE_PATH)/tweak.mk
@ -15,4 +16,4 @@ SUBPROJECTS += zenithdarkprefs
include $(THEOS_MAKE_PATH)/aggregate.mk
after-install::
install.exec "sbreload"
install.exec "sbreload"