Initial commit

This commit is contained in:
Jamie Berghmans
2019-12-08 01:23:05 +01:00
commit 6ecc4aff1c
56 changed files with 460 additions and 0 deletions

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = HideYTOverlay
HideYTOverlay_FILES = Tweak.xm
include $(THEOS_MAKE_PATH)/tweak.mk
after-install::
install.exec "killall -9 YouTube"