mirror of
				https://github.com/gilshahar7/InstantAssistant.git
				synced 2025-11-04 00:26:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			243 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			243 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
ARCHS = armv7 arm64
 | 
						|
include $(THEOS)/makefiles/common.mk
 | 
						|
 | 
						|
TWEAK_NAME = InstantAssistant
 | 
						|
InstantAssistant_FILES = Tweak.xm
 | 
						|
InstantAssistant_FRAMEWORKS = UIKit
 | 
						|
 | 
						|
include $(THEOS_MAKE_PATH)/tweak.mk
 | 
						|
 | 
						|
after-install::
 | 
						|
	install.exec "killall -9 OPA"
 |