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,10 @@
Package: com.cosmosgenius.screendump13
Name: screendump
Depends: mobilesubstrate, preferenceloader
Architecture: iphoneos-arm
Description: VNC for ios
Maintainer: Sharat M R <cosmosgenius@gmail.com>
Author: Sharat M R <cosmosgenius@gmail.com>
Section: Tweaks
Version: 0.0.3
Installed-Size: 3100

View File

@@ -0,0 +1,6 @@
#!/bin/bash
launchctl unload //Library/LaunchDaemons/com.julioverne.screendumpd.plist
launchctl load //Library/LaunchDaemons/com.julioverne.screendumpd.plist
exit 0;

View File

@@ -0,0 +1,5 @@
#!/bin/bash
launchctl unload //Library/LaunchDaemons/com.julioverne.screendumpd.plist
exit 0;

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.julioverne.screendumpd</string>
<key>ProgramArguments</key>
<array>
<string>/usr/libexec/screendumpd</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
</dict>
</plist>

View File

@@ -0,0 +1,7 @@
{
Filter = {
Executables = (
"SpringBoard",
);
};
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB