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
358B

  1. ARCHS = armv7 arm64
  2. include $(THEOS)/makefiles/common.mk
  3. TWEAK_NAME = AVLock
  4. AVLock_FILES = Tweak.xm
  5. AVLock_FRAMEWORKS = UIKit
  6. include $(THEOS_MAKE_PATH)/tweak.mk
  7. BUNDLE_NAME = AVLockBundle
  8. AVLockBundle_INSTALL_PATH = /Library/MobileSubstrate/DynamicLibraries
  9. include $(THEOS)/makefiles/bundle.mk
  10. after-install::
  11. install.exec "killall -9 SpringBoard"