Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

18 lines
427B

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