mirror of
https://github.com/gilshahar7/SiriSpotlight.git
synced 2025-06-28 08:56:46 +00:00
Initial release
This commit is contained in:
12
Makefile
Normal file
12
Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
ARCHS = armv7 arm64
|
||||
DEBUG = 0
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
|
||||
TWEAK_NAME = SpotlightSiri10
|
||||
SpotlightSiri10_FILES = Tweak.xm
|
||||
SpotlightSiri10_FRAMEWORKS = UIKit
|
||||
|
||||
include $(THEOS_MAKE_PATH)/tweak.mk
|
||||
|
||||
after-install::
|
||||
install.exec "killall -9 SpringBoard"
|
Reference in New Issue
Block a user