You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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
- $(TWEAK_NAME)_LDFLAGS += -lCSColorPicker
-
- include $(THEOS_MAKE_PATH)/tweak.mk
-
- SUBPROJECTS += zenithdarkprefs
- include $(THEOS_MAKE_PATH)/aggregate.mk
-
- after-install::
- install.exec "sbreload"
|