iOS 12/13 Support

This commit is contained in:
julioverne
2020-06-22 17:29:49 -03:00
parent 98c23a07ad
commit da7c3a4aa6
327 changed files with 58054 additions and 215 deletions

View File

@@ -0,0 +1,21 @@
TARGET = iphone:11.2:10.0
include $(THEOS)/makefiles/common.mk
TOOL_NAME = screendumpd
$(TOOL_NAME)_FILES = /mnt/d/codes/screendump/main.mm
$(TOOL_NAME)_FRAMEWORKS := IOSurface IOKit
$(TOOL_NAME)_PRIVATE_FRAMEWORKS := IOMobileFramebuffer IOSurface
$(TOOL_NAME)_OBJCFLAGS += -I/mnt/d/codes/screendump/vncbuild/include -Iinclude
$(TOOL_NAME)_LDFLAGS += -Wl,-segalign,4000 -L/mnt/d/codes/screendump/vncbuild/lib -lvncserver -lpng -llzo2 -ljpeg -lssl -lcrypto -lz
$(TOOL_NAME)_CFLAGS = -w
export ARCHS = arm64
$(TOOL_NAME)_ARCHS = arm64
include $(THEOS_MAKE_PATH)/tool.mk
SUBPROJECTS += hooks
include $(THEOS_MAKE_PATH)/aggregate.mk