Use Cephei
This commit is contained in:
7
Makefile
7
Makefile
@ -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"
|
||||
|
Reference in New Issue
Block a user