iOS 12/13 Support
This commit is contained in:
10
screendumpLowFrame/layout/DEBIAN/control
Normal file
10
screendumpLowFrame/layout/DEBIAN/control
Normal 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
|
||||
6
screendumpLowFrame/layout/DEBIAN/postinst
Normal file
6
screendumpLowFrame/layout/DEBIAN/postinst
Normal 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;
|
||||
5
screendumpLowFrame/layout/DEBIAN/postrm
Normal file
5
screendumpLowFrame/layout/DEBIAN/postrm
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
launchctl unload //Library/LaunchDaemons/com.julioverne.screendumpd.plist
|
||||
|
||||
exit 0;
|
||||
@@ -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>
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
Filter = {
|
||||
Executables = (
|
||||
"SpringBoard",
|
||||
);
|
||||
};
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user