forked from gilshahar7/NotifyMusic
Updated for Version 1.2
-Added iOS 9 support -Added preference pane to disable the tweak on the lockscreen and displaying album name as the title of the banner -Added support to the folowing apps: SoundCloud, Saavn, VOX, Doppi and Tidal.
This commit is contained in:
6
Makefile
6
Makefile
@ -1,14 +1,16 @@
|
||||
ARCHS = armv7 arm64
|
||||
VALID_ARCHS = armv7 armv7s arm64
|
||||
|
||||
include theos/makefiles/common.mk
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
|
||||
TWEAK_NAME = NotifyMusic
|
||||
NotifyMusic_FILES = Tweak.xm
|
||||
NotifyMusic_FRAMEWORKS = UIKit
|
||||
NotifyMusic_FRAMEWORKS = UIKit MediaPlayer
|
||||
NotifyMusic_LIBRARIES = bulletin
|
||||
|
||||
include $(THEOS_MAKE_PATH)/tweak.mk
|
||||
|
||||
after-install::
|
||||
install.exec "killall -9 SpringBoard"
|
||||
SUBPROJECTS += notifymusicprefs
|
||||
include $(THEOS_MAKE_PATH)/aggregate.mk
|
||||
|
Reference in New Issue
Block a user