Private
Public Access
1
0

Adds launchd services

This commit is contained in:
2021-06-06 23:39:04 -07:00
parent 61384cff26
commit bb169c3e1c
2 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
<?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>EnvironmentVariables</key>
<dict>
<key>NSRunningFromLaunchd</key>
<string>1</string>
<key>DYLD_INSERT_LIBRARIES</key>
<string>/usr/share/kordophone/libagentHook.dylib</string>
</dict>
<key>KeepAlive</key>
<dict>
<key>SuccessfulExit</key>
<false/>
</dict>
<key>Label</key>
<string>com.apple.imagent</string>
<key>LaunchEvents</key>
<dict>
<key>com.apple.distnoted.matching</key>
<dict>
<key>com.apple.authkit.user-info-changed</key>
<dict>
<key>Name</key>
<string>com.apple.authkit.user-info-changed</string>
</dict>
<key>com.apple.private.IMCore.LoggedIntoHSA2</key>
<dict>
<key>Name</key>
<string>com.apple.private.IMCore.LoggedIntoHSA2</string>
</dict>
</dict>
<key>com.apple.xpc.activity</key>
<dict/>
</dict>
<key>MachServices</key>
<dict>
<key>com.apple.imagent.cache-delete</key>
<true/>
<key>com.apple.imagent.desktop.auth</key>
<true/>
<key>com.apple.incoming-call-filter-server</key>
<true/>
</dict>
<key>POSIXSpawnType</key>
<string>Interactive</string>
<key>ProgramArguments</key>
<array>
<string>/System/Library/PrivateFrameworks/IMCore.framework/imagent.app/Contents/MacOS/imagent</string>
</array>
</dict>
</plist>