Dark tabs for Zenith! Mirror of https://github.com/mac-user669/ZenithDark
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

13 lines
247B

  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. include $(THEOS_MAKE_PATH)/tweak.mk