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.

18 lines
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