Dark tabs for Zenith! Mirror of https://github.com/mac-user669/ZenithDark
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.

21 lines
422B

  1. ARCHS = arm64 arm64e
  2. SDK = iPhoneOS12.2
  3. FINALPACKAGE = 1
  4. include $(THEOS)/makefiles/common.mk
  5. TWEAK_NAME = ZenithDark
  6. ZenithDark_FILES = Tweak.xm
  7. ZenithDark_FRAMEWORKS = UIKit CoreGraphics
  8. ZenithDark_EXTRA_FRAMEWORKS += Cephei
  9. $(TWEAK_NAME)_LDFLAGS += -lCSColorPicker
  10. include $(THEOS_MAKE_PATH)/tweak.mk
  11. SUBPROJECTS += zenithdarkprefs
  12. include $(THEOS_MAKE_PATH)/aggregate.mk
  13. after-install::
  14. install.exec "sbreload"