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.

13 lines
258B

  1. ARCHS = armv7 arm64
  2. DEBUG = 0
  3. include $(THEOS)/makefiles/common.mk
  4. TWEAK_NAME = SpotlightSiri10
  5. SpotlightSiri10_FILES = Tweak.xm
  6. SpotlightSiri10_FRAMEWORKS = UIKit
  7. include $(THEOS_MAKE_PATH)/tweak.mk
  8. after-install::
  9. install.exec "killall -9 SpringBoard"