Dark tabs for Zenith! Mirror of https://github.com/mac-user669/ZenithDark
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

20 行
381B

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