2020-06-04 19:48:02 -07:00
|
|
|
<?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>
|
2020-06-11 16:16:37 -07:00
|
|
|
<string>/usr/bin/env</string>
|
|
|
|
|
<string>_MSSafeMode=1</string>
|
|
|
|
|
<string>_SafeMode=1</string>
|
2020-06-04 19:48:02 -07:00
|
|
|
<string>/usr/bin/AltDaemon</string>
|
|
|
|
|
</array>
|
|
|
|
|
<key>UserName</key>
|
|
|
|
|
<string>mobile</string>
|
|
|
|
|
<key>KeepAlive</key>
|
2020-09-22 15:11:42 -07:00
|
|
|
<false/>
|
2020-06-04 19:48:02 -07:00
|
|
|
<key>RunAtLoad</key>
|
2020-09-22 15:11:42 -07:00
|
|
|
<false/>
|
|
|
|
|
<key>MachServices</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>cy:io.altstore.altdaemon</key>
|
|
|
|
|
<true/>
|
2020-09-30 14:42:22 -07:00
|
|
|
<key>lh:io.altstore.altdaemon</key>
|
|
|
|
|
<true/>
|
2020-09-22 15:11:42 -07:00
|
|
|
</dict>
|
2020-06-04 19:48:02 -07:00
|
|
|
</dict>
|
|
|
|
|
</plist>
|