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.
|
- 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"
|