mirror of
				https://github.com/gilshahar7/SiriSpotlight.git
				synced 2025-11-04 07:16:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			258 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			258 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
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"
 |