Initial commit

This commit is contained in:
Jamie Berghmans
2019-12-28 23:59:06 +01:00
commit 8d9472a3a6
5 changed files with 101 additions and 0 deletions

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
export ARCHS = armv7 arm64 arm64e
include ~/theos/makefiles/common.mk
TWEAK_NAME = AutoReplay
AutoReplay_FILES = Tweak.xm
include $(THEOS_MAKE_PATH)/tweak.mk
after-install::
install.exec "killall -9 SpringBoard"