0.0.3c
This commit is contained in:
parent
b4672cac0f
commit
8a2b10f890
|
@ -10,6 +10,7 @@ $(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
|
||||
$(TOOL_NAME)_CODESIGN_FLAGS = "-Sen.plist"
|
||||
$(TOOL_NAME)_INSTALL_PATH = /usr/libexec
|
||||
export ARCHS = arm64
|
||||
$(TOOL_NAME)_ARCHS = arm64
|
||||
|
||||
|
|
|
@ -54,10 +54,6 @@
|
|||
<true/>
|
||||
<key>com.apple.gpumemd.client</key>
|
||||
<true/>
|
||||
<key>com.apple.backboard.client</key>
|
||||
<true/>
|
||||
<key>com.apple.backboardd</key>
|
||||
<true/>
|
||||
<key>com.apple.backboardd.virtualDisplay</key>
|
||||
<true/>
|
||||
</dict>
|
||||
|
|
|
@ -3,6 +3,4 @@
|
|||
launchctl unload //Library/LaunchDaemons/com.julioverne.screendumpd.plist
|
||||
launchctl load //Library/LaunchDaemons/com.julioverne.screendumpd.plist
|
||||
|
||||
killall screendumpd
|
||||
|
||||
exit 0;
|
|
@ -2,6 +2,4 @@
|
|||
|
||||
launchctl unload //Library/LaunchDaemons/com.julioverne.screendumpd.plist
|
||||
|
||||
killall screendumpd
|
||||
|
||||
exit 0;
|
|
@ -10,9 +10,10 @@ $(TOOL_NAME)_PRIVATE_FRAMEWORKS := IOMobileFramebuffer IOSurface
|
|||
$(TOOL_NAME)_OBJCFLAGS += -I/mnt/d/codes/screendumpLowFrame/vncbuild/include -Iinclude
|
||||
$(TOOL_NAME)_LDFLAGS += -Wl,-segalign,4000 -L/mnt/d/codes/screendumpLowFrame/vncbuild/lib -lvncserver -lpng -llzo2 -ljpeg -lssl -lcrypto -lz
|
||||
$(TOOL_NAME)_CFLAGS = -w
|
||||
$(TOOL_NAME)_CODESIGN_FLAGS = "-Sen.plist"
|
||||
export ARCHS = arm64
|
||||
$(TOOL_NAME)_ARCHS = arm64
|
||||
$(TOOL_NAME)_CODESIGN_FLAGS = "-Sen.plist"
|
||||
$(TOOL_NAME)_INSTALL_PATH = /usr/libexec
|
||||
|
||||
include $(THEOS_MAKE_PATH)/tool.mk
|
||||
|
||||
|
|
|
@ -55,10 +55,6 @@
|
|||
<true/>
|
||||
<key>com.apple.gpumemd.client</key>
|
||||
<true/>
|
||||
<key>com.apple.backboard.client</key>
|
||||
<true/>
|
||||
<key>com.apple.backboardd</key>
|
||||
<true/>
|
||||
<key>com.apple.backboardd.virtualDisplay</key>
|
||||
<true/>
|
||||
</dict>
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
Filter = {
|
||||
Executables = (
|
||||
"SpringBoard",
|
||||
);
|
||||
};
|
||||
}
|
|
@ -3,6 +3,4 @@
|
|||
launchctl unload //Library/LaunchDaemons/com.julioverne.screendumpd.plist
|
||||
launchctl load //Library/LaunchDaemons/com.julioverne.screendumpd.plist
|
||||
|
||||
killall screendumpd
|
||||
|
||||
exit 0;
|
|
@ -2,6 +2,4 @@
|
|||
|
||||
launchctl unload //Library/LaunchDaemons/com.julioverne.screendumpd.plist
|
||||
|
||||
killall screendumpd
|
||||
|
||||
exit 0;
|
Loading…
Reference in New Issue