Initial commit

This commit is contained in:
Jamie Berghmans
2019-12-29 00:15:35 +01:00
commit 05926540d2
5 changed files with 63 additions and 0 deletions

13
Makefile Normal file
View File

@ -0,0 +1,13 @@
export ARCHS = armv7 arm64 arm64e
PACKAGE_VERSION = 1.0.0
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = YTCastConfirm
YTCastConfirm_FILES = Tweak.xm
include $(THEOS_MAKE_PATH)/tweak.mk
after-install::
install.exec "killall -9 SpringBoard"