fix respring

This commit is contained in:
2020-01-05 18:31:28 +01:00
부모 5a32a85e2a
커밋 ed84d40ee6
4개의 변경된 파일8개의 추가작업 그리고 5개의 파일을 삭제

파일 보기

@ -1,14 +1,15 @@
ARCHS = arm64 arm64e
TARGET = iphone:clang:11.2:11.2
INSTALL_TARGET_PROCESSES = SpringBoard
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = CustomNoOlderNotifications
CustomNoOlderNotifications_FILES = Tweak.xm
CustomNoOlderNotifications_CFLAGS = -fobjc-arc
include $(THEOS_MAKE_PATH)/tweak.mk
after-install::
install.exec "killall -9 SpringBoard"
SUBPROJECTS += cnonprefs
include $(THEOS_MAKE_PATH)/aggregate.mk