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.
|
- ARCHS = armv7 arm64
- VALID_ARCHS = armv7 armv7s arm64
-
- include theos/makefiles/common.mk
-
- TWEAK_NAME = NotifyMusic
- NotifyMusic_FILES = Tweak.xm
- NotifyMusic_FRAMEWORKS = UIKit
- NotifyMusic_LIBRARIES = bulletin
-
- include $(THEOS_MAKE_PATH)/tweak.mk
-
- after-install::
- install.exec "killall -9 SpringBoard"
|