Private
Public Access
1
0
Files
Kordophone/server/Services/com.apple.imagent.plist
James Magahern 7fe2701272 Add 'server/' from commit '800090542d91beae40bc81fc41b67ba61c47da77'
git-subtree-dir: server
git-subtree-mainline: 6a4054c15a
git-subtree-split: 800090542d
2025-09-06 19:36:27 -07:00

54 lines
1.4 KiB
Plaintext

<?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>