Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

17 linhas
375B

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