Adds launchd services
This commit is contained in:
53
Services/com.apple.imagent.plist
Normal file
53
Services/com.apple.imagent.plist
Normal 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>
|
||||
Reference in New Issue
Block a user