Initial commit
This commit is contained in:
13
Makefile
Normal file
13
Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
TARGET = iphone:11.2:10.0
|
||||
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
|
||||
TWEAK_NAME = screendump
|
||||
screendump_FILES = Tweak.xm
|
||||
screendump_FRAMEWORKS := IOSurface
|
||||
screendump_PRIVATE_FRAMEWORKS := IOMobileFramebuffer
|
||||
|
||||
include $(THEOS_MAKE_PATH)/tweak.mk
|
||||
|
||||
after-install::
|
||||
install.exec "killall -9 backboardd"
|
||||
Reference in New Issue
Block a user