This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
notUnderTime/Makefile
2020-01-06 19:47:45 -07:00

15 lines
319 B
Makefile

ARCHS = arm64
TARGET = iphone:clang:latest
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = UnderTime
UnderTime_FILES = Tweak.xm
UnderTime_FRAMEWORKS = UIKit
include $(THEOS_MAKE_PATH)/tweak.mk
after-install::
install.exec "killall -9 SpringBoard"
SUBPROJECTS += undertime
include $(THEOS_MAKE_PATH)/aggregate.mk