Dark tabs for Zenith! Mirror of https://github.com/mac-user669/ZenithDark
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

18 lines
342B

  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. include $(THEOS_MAKE_PATH)/tweak.mk
  9. SUBPROJECTS += zenithdarkprefs
  10. include $(THEOS_MAKE_PATH)/aggregate.mk
  11. after-install::
  12. install.exec "sbreload"