您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

18 行
517B

  1. ARCHS = arm64 armv7
  2. include theos/makefiles/common.mk
  3. TWEAK_NAME = BlockheadsInventoryHack
  4. BlockheadsInventoryHack_FILES = Tweak.xm
  5. BlockheadsInventoryHack_FRAMEWORKS = UIKit
  6. include $(THEOS_MAKE_PATH)/tweak.mk
  7. BUNDLE_NAME = BlockheadsInventory
  8. BlockheadsInventory_INSTALL_PATH = /Library/MobileSubstrate/DynamicLibraries/
  9. include $(THEOS)/makefiles/bundle.mk
  10. after-install::
  11. install.exec "killall -9 Blockheads; killall -9 Preferences"
  12. SUBPROJECTS += blockheadsinventory
  13. include $(THEOS_MAKE_PATH)/aggregate.mk