You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
469B

  1. FINALPACKAGE = 1
  2. GO_EASY_ON_ME = 1
  3. ARCHS = armv7 arm64 arm64e
  4. VALID_ARCHS = armv7 armv7s arm64 arm64e
  5. include $(THEOS)/makefiles/common.mk
  6. TWEAK_NAME = NotifyMusic
  7. NotifyMusic_FILES = Tweak.xm
  8. NotifyMusic_FRAMEWORKS = UIKit
  9. NotifyMusic_PRIVATE_FRAMEWORKS = MediaRemote
  10. NotifyMusic_LIBRARIES = bulletin
  11. include $(THEOS_MAKE_PATH)/tweak.mk
  12. after-install::
  13. install.exec "killall -9 SpringBoard"
  14. SUBPROJECTS += notifymusicprefs
  15. include $(THEOS_MAKE_PATH)/aggregate.mk