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

18 行
633B

  1. include $(THEOS)/makefiles/common.mk
  2. ARCHS = arm64 arm64e
  3. export TARGET = iphone:clang:11.2:latest
  4. BUNDLE_NAME = ZenithDarkPrefs
  5. ZenithDarkPrefs_FILES = ZnthDrkRootListController.m
  6. ZenithDarkPrefs_INSTALL_PATH = /Library/PreferenceBundles
  7. ZenithDarkPrefs_FRAMEWORKS = UIKit
  8. ZenithDarkPrefs_PRIVATE_FRAMEWORKS = Preferences
  9. ZenithDarkPrefs_CFLAGS = -fobjc-arc
  10. include $(THEOS_MAKE_PATH)/bundle.mk
  11. internal-stage::
  12. $(ECHO_NOTHING)mkdir -p $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences$(ECHO_END)
  13. $(ECHO_NOTHING)cp entry.plist $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences/ZenithDarkPrefs.plist$(ECHO_END)