Initial realease

will add a preference pane before submitting to cydia.
This commit is contained in:
2017-02-18 12:44:10 +02:00
committed by GitHub
parent 4d81dbde54
commit c57a48dd76
5 changed files with 76 additions and 0 deletions

14
Makefile Normal file
View 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"