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.

14 lines
290B

  1. INSTALL_TARGET_PROCESSES = SpringBoard
  2. ARCHS = arm64 arm64e
  3. TARGET = iphone:clang::13.0
  4. include $(THEOS)/makefiles/common.mk
  5. TWEAK_NAME = ZenithDark
  6. ZenithDark_FILES = Tweak.x
  7. ZenithDark_CFLAGS = -fobjc-arc
  8. ZenithDark_FRAMEWORKS = UIKit CoreGraphics
  9. include $(THEOS_MAKE_PATH)/tweak.mk