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.

20 lines
414B

  1. ARCHS = arm64 arm64e
  2. SDK = iPhoneOS13.0
  3. FINALPACKAGE = 1
  4. export TARGET = iphone:clang:13.0:latest
  5. include $(THEOS)/makefiles/common.mk
  6. TWEAK_NAME = ZenithDark
  7. ZenithDark_FILES = Tweak.xm
  8. ZenithDark_CFLAGS = -fobjc-arc
  9. ZenithDark_FRAMEWORKS = UIKit CoreGraphics
  10. include $(THEOS_MAKE_PATH)/tweak.mk
  11. after-install::
  12. install.exec "sbreload"
  13. SUBPROJECTS += zenithdarkprefs
  14. include $(THEOS_MAKE_PATH)/aggregate.mk