Files
ExactTime/Makefile
Gil Shahar 427443a2c7 Version 1.6
Added support for A12 devices (and added the forgotten source code for iOS 12 :P)
2019-05-11 20:15:50 +03:00

14 lines
316 B
Makefile

ARCHS = armv7 arm64 arm64e
export TARGET = iphone:clang:11.2:7.0
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = ExactTime
ExactTime_FILES = Tweak.xm
include $(THEOS_MAKE_PATH)/tweak.mk
after-install::
install.exec "killall -9 SpringBoard"
SUBPROJECTS += exacttimeprefs
include $(THEOS)/makefiles/aggregate.mk