source-code
This commit is contained in:
10
source-code/DEBIANS/AltDaemon/DEBIAN/control
Normal file
10
source-code/DEBIANS/AltDaemon/DEBIAN/control
Normal file
@@ -0,0 +1,10 @@
|
||||
Package: com.rileytestut.altdaemon
|
||||
Section: System
|
||||
Maintainer: Riley Testut
|
||||
Depends: firmware (>=12.2)
|
||||
Architecture: iphoneos-arm
|
||||
Version: 0.1
|
||||
Size: 873258
|
||||
Description: AltDaemon allows AltStore to install and refresh apps without a computer.
|
||||
Name: AltDaemon
|
||||
Author: Riley Testut - T7Y
|
||||
2
source-code/DEBIANS/AltDaemon/DEBIAN/postinst
Normal file
2
source-code/DEBIANS/AltDaemon/DEBIAN/postinst
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
launchctl load /Library/LaunchDaemons/com.rileytestut.altdaemon.plist
|
||||
2
source-code/DEBIANS/AltDaemon/DEBIAN/preinst
Normal file
2
source-code/DEBIANS/AltDaemon/DEBIAN/preinst
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
launchctl unload /Library/LaunchDaemons/com.rileytestut.altdaemon.plist >> /dev/null 2>&1
|
||||
2
source-code/DEBIANS/AltDaemon/DEBIAN/prerm
Normal file
2
source-code/DEBIANS/AltDaemon/DEBIAN/prerm
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
launchctl unload /Library/LaunchDaemons/com.rileytestut.altdaemon.plist
|
||||
@@ -0,0 +1,18 @@
|
||||
<?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.rileytestut.altdaemon</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/usr/bin/AltDaemon</string>
|
||||
</array>
|
||||
<key>UserName</key>
|
||||
<string>mobile</string>
|
||||
<key>KeepAlive</key>
|
||||
<true/>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
BIN
source-code/DEBIANS/AltDaemon/usr/bin/AltDaemon
Normal file
BIN
source-code/DEBIANS/AltDaemon/usr/bin/AltDaemon
Normal file
Binary file not shown.
Reference in New Issue
Block a user