forked from yaypixxo/SquareSwitcherX
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			316 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			316 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
ARCHS = arm64
 | 
						|
TARGET = iphone:clang:11.2:11.2
 | 
						|
 | 
						|
include $(THEOS)/makefiles/common.mk
 | 
						|
 | 
						|
TWEAK_NAME = SquareSwitcherX
 | 
						|
SquareSwitcherX_FILES = Tweak.xm
 | 
						|
 | 
						|
include $(THEOS_MAKE_PATH)/tweak.mk
 | 
						|
 | 
						|
after-install::
 | 
						|
	install.exec "killall -9 SpringBoard"
 | 
						|
SUBPROJECTS += squareswitcherxprefs
 | 
						|
include $(THEOS_MAKE_PATH)/aggregate.mk
 |