[AltDaemon] Replaces local socket communication with XPC

Allows AltDaemon to be launched on demand + reject any connections not made from AltStore.
This commit is contained in:
Riley Testut
2020-09-22 15:11:42 -07:00
parent 361b84e3a1
commit af7fe484a2
15 changed files with 419 additions and 241 deletions

View File

@@ -14,8 +14,13 @@
<key>UserName</key>
<string>mobile</string>
<key>KeepAlive</key>
<true/>
<false/>
<key>RunAtLoad</key>
<true/>
<false/>
<key>MachServices</key>
<dict>
<key>cy:io.altstore.altdaemon</key>
<true/>
</dict>
</dict>
</plist>