12 lines
235 B
Makefile
12 lines
235 B
Makefile
ARCHS = arm64
|
|
TARGET = iphone:clang:latest
|
|
|
|
include $(THEOS)/makefiles/common.mk
|
|
|
|
TWEAK_NAME = DateUnderTimeX
|
|
DateUnderTimeX_FILES = Tweak.xm
|
|
|
|
include $(THEOS_MAKE_PATH)/tweak.mk
|
|
|
|
after-install::
|
|
install.exec "killall -9 SpringBoard"
|