1
0
mirror of https://github.com/gilshahar7/TapToOpen synced 2025-06-28 10:06:45 +00:00

Initial release

This commit is contained in:
2017-05-07 06:27:57 +03:00
committed by GitHub
parent 06a4df5f1e
commit f3abaf2ef8
5 changed files with 72 additions and 0 deletions

12
Makefile Normal file
View File

@ -0,0 +1,12 @@
ARCHS = armv7 arm64
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = TapToOpen
TapToOpen_FILES = Tweak.xm
TapToOpen_FRAMEWORKS = UIKit
include $(THEOS_MAKE_PATH)/tweak.mk
after-install::
install.exec "killall -9 SpringBoard"