forked from gilshahar7/NotifyMusic
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			327 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			327 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
ARCHS = armv7 arm64
 | 
						|
VALID_ARCHS = armv7 armv7s arm64
 | 
						|
 | 
						|
include theos/makefiles/common.mk
 | 
						|
 | 
						|
TWEAK_NAME = NotifyMusic
 | 
						|
NotifyMusic_FILES = Tweak.xm
 | 
						|
NotifyMusic_FRAMEWORKS = CoreTelephony AudioToolbox UIKit
 | 
						|
NotifyMusic_LIBRARIES = bulletin
 | 
						|
 | 
						|
include $(THEOS_MAKE_PATH)/tweak.mk
 | 
						|
 | 
						|
after-install::
 | 
						|
	install.exec "killall -9 SpringBoard"
 |