forked from Mojave/NotifyMusic
Initial realease
will add a preference pane before submitting to cydia.
This commit is contained in:
14
Makefile
Normal file
14
Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
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"
|
Reference in New Issue
Block a user